.bg-login {
    display: block;
    background-size: 50% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100vh;
}
.login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding: 10rem 6rem 0;
}
.login .box-btn {
    width: 100%;
    padding: 0 0 4rem;
    margin: 0 0 2rem;
    border-bottom: 1px solid #e7eaef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login .box-btn a {
    font-size: 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.login .box-btn a:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #4a5496;
}
.register-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100vh;
    padding: 3rem 6rem 0;
}
.register-user .box-btn {
    width: 100%;
    padding: 0 0 2rem;
    margin: 0 0 1rem;
    border-bottom: 1px solid #e7eaef;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register-user .box-btn a {
    font-size: 15px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.register-user .box-btn a:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #4a5496;
}
.login .logo, .register-user .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
    width: 100%;
}
.login .logo svg, .register-user .logo svg {
    width: 238px;
    height: 28px;
}
.login form, .register-user form {
    width: 100%;
}
.login form .box-form .flex-field, .register-user form .box-form .flex-field {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.login form .box-form .flex-field .box-content, .register-user form .box-form .flex-field .box-content {
    width: 100%;
}
.login form .box-form .flex-field .right-flex, .register-user form .box-form .flex-field .right-flex {
    justify-content: flex-end;
}
.login form .box-form .flex-field .box-label, .register-user form .box-form .flex-field .box-label {
    position: relative;
    width: 100%;
    margin: 0 0 2rem;
    display: flex;
    align-items: flex-start;
}
.login form .box-form .flex-field .box-label label, .register-user form .box-form .flex-field .box-label label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #4a5496;
    padding: 0 5px;
    position: absolute;
    top: -10px;
    left: 12px;
    background-color: #fff;
    z-index: 1;
}
.login form .box-form .flex-field .box-label input, .register-user form .box-form .flex-field .box-label input, .login form .box-form .flex-field .box-label textarea, .register-user form .box-form .flex-field .box-label textarea, .login form .box-form .flex-field .box-label select, .register-user form .box-form .flex-field .box-label select {
    -webkit-appearance: none;
    display: block;
    padding: 15px 10px;
    width: 100%;
    border: none;
    border: solid 2px #4a5496;
    border-radius: 10px;
    background-color: transparent;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #4a5496;
}
.login form .box-form .flex-field .box-label select, .register-user form .box-form .flex-field .box-label select {
    width: 98%;
    background-image: url(../images/svg/icon-down.svg);
    background-position: 98%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.login form .box-form .flex-field .box-label textarea, .register-user form .box-form .flex-field .box-label textarea {
    resize: none;
    height: 100px;
}
.login form .form-submit, .register-user form .form-submit {
    display: block;
    width: 100%;
}
.login form .form-submit .box-submit, .register-user form .form-submit .box-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login form .form-submit .box-submit button, .register-user form .form-submit .box-submit button, .register-user form .form-submit .box-submit a {
    text-align: center;
    background-color: #dee2fc;
    border-radius: 10px;
    color: #4a5496;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0%;
    padding: 20px 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.login form .form-submit .box-submit button:hover, .register-user form .form-submit .box-submit button:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #8df0cb;
    color: #047a58;
}
.copyright {
    display: block;
    margin: 3rem auto 4rem;
    font-size: 13px;
    font-weight: normal;
}

.body-custom {
    display: flex;
	background-color: #F9F9FB;
	font-family: Poppins;
	font-size: var(--font-size);
	line-height: 1.4;
	font-weight: 600;
	color: var(--text-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
    background-color: #fff;
    height: 90vh;
    align-items: center;
    justify-content: space-between;
}
.body-custom .main-container {
    width: 35%;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.validation_error {
    color: rgb(214, 1, 1);
    font-size: 12px;
}

.botao-alt {
    text-align: center;
    background-color: #dee2fc;
    border-radius: 10px;
    color: #4a5496;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 0%;
    padding: 20px 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
    text-decoration: none;
}

a:hover {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #8df0cb;
    color: #047a58;
}
  
.progress {
    /* border-style: solid;
    border-width: 1px; */
    border-radius: 20px;
    background-color: #dadada;
}
.progress-bar {
    border-radius: 20px;
    background-color: #4d94ff;
    color: #fff;
}
.progress-bar p{
    padding: 2px 10px;
}

@media only screen and (max-width: 760px) {
    .bg-login { 
        display: none; 
    }
    .main-container {
        width: 100% !important;
    }
}