.v-100 {
    height: 650px;
}

.container-login .back-block .link-back{
    color: #ffffff;
}

.container-login .back-block a {
    color: #ffffff;
}

.container-login .back-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
}

.container-login .content-body {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 26px;
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.container-login .border-education {
    border: 10px solid #D9234C;
}

.container-login .border-company {
    border: 10px solid #3589DD;
}

.container-login {
    height: 100%;
    width: 100%;
    background:transparent url('../../../assets/images/background_1.jpg') 0 0 no-repeat padding-box;
    background-size: cover;
    padding: 12px;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.main {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.container-login .title-block {
    max-width: 80%;
    margin: auto;
}

.container-login .login {
    max-width: 80%;
}

p.title-login {
    margin: 25px 0;
}

button.submit {
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    width: 60%;
    padding: 1rem 0;
    position: relative;
    justify-content: center;
    font-size: 16px;
}

button.submit > svg {
    margin-left: 10px;
}

button.register:hover,
button.submit:hover {
    transform: scale(1.08);
    background-color: #000;
}

.forgot-password {
    text-decoration: none;
    cursor: pointer;
    color: #000000;
}
.forgot-password > span {
    text-decoration: underline;
}

.container-login .content-body .submit-education {
    background-color: #D9234C;
}

.container-login .content-body .submit-company {
    background-color: #3589DD;
}

.container-login .content-body .register {
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #222222;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 14px;
    background: #ffffff;
    font-weight: bold;
}

.container-login .content-body .register-education {
    border: 2px solid #D9234C;
}
.container-login .content-body .register-company {
    border: 2px solid #3589DD;
}

.btn-submit-forgot {
    border: none;
    cursor: pointer;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #ffffff;
    padding: 8px 0;
    position: relative;
    justify-content: center;
    font-size: 16px;
}

.btn-submit-forgot:hover {
    transform: scale(1.08);
}

.btn-submit-education:hover {
    background: #D9234C;
    border: none;
}
.btn-submit-education {
    background: #D9234C;
}

.btn-submit-company {
    background: #3589DD;
}

.wrap-content {
    height: -webkit-fill-available;
}
