﻿.height {
    height: 700px;
}

.btn_submit {
    background: linear-gradient(45deg, #fa711e, #fa731d);
    color: white;
    padding: 6px 30px;
    font-weight: 500;
    display: flex;
    margin: auto;
}

.img_login {
    background-image: url('../img/sign-up-2.jpg');
    background-size: cover;
    height: 500px;
    background-repeat: no-repeat;
}

.bg-color-login {
    background: linear-gradient(225.35deg,#d23b7d 0,#1c4ea1 100%);
    background-color: #1f3c66;
}

@media (max-width:500px) {
    .display_none {
        display: none;
    }
}
