.logoRegistro{
    height: 37px;
    margin-left: -5px;
}

.container_registro{
    
}

.form-control{
    border-radius: 30px !important;
    font-size: 0.7rem !important;
}

.btn_registrar{
    border-radius: 20px !important;
    width: 100% !important;
    background-color: hsl(30deg 72% 53%) !important;
    border-color: hsl(30deg 72% 53%) !important;
    font-size: 0.7rem !important;
}

.text_naranja{
    color:hsl(30deg 72% 53%);
}

.bg_naranja{
    background-color:hsl(30deg 72% 53%);
}

.btn_enlace{
    color:hsl(30deg 72% 53%);
    text-decoration: none;
}

.container_imagen_landing{
    background-image: url("../images/Rectangle_1.png");
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.titulo_landing{
    color: white;
    font-size: 2.25rem;
    line-height: 3.375rem;
}

.form-check-input:checked {
    background-color: hsl(30deg 72% 53%) !important;
    border-color: hsl(30deg 72% 53%) !important;
}

.estilos_iconos{
    position: absolute;
    right: 12px;
    top: 36px;
}

.container_input{
    position: relative;
}

.hide-div{
    display: none;
}

.btn-eye{
    cursor: pointer;
}

.form-check-input[type=radio] {
    border-radius: 30% !important;
    border-color: hsl(30deg 72% 53%);
}

label, span {
    font-size: 0.7rem;
}

/*Estilos aconpy*/

body {
    height: 100%;
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.form-container {
    display: flex;
    height: 100vh;
}

.cover-login {
    background-image: url("../images/Rectangle_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.form-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: 0;
    min-height: auto;
    height: 100vh;
    width: 60%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.form-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: fixed;
    right: 0;
    overflow: auto;
}

.form-form .form-form-wrap {
    margin: 0 auto;
    min-height: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.contenedor-login {
    margin: 0 70px !important;
    height: auto !important;
}

.form-form .form-container {
    align-items: center;
    display: flex;
    flex-grow: 1;
    padding: 0.71428571rem 2.85714286rem;
    width: 100%;
    min-height: 100%;
}

.container-login {
    align-items: initial !important;
    padding: 20px 0px !important;
}

.form-form .form-container .form-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.logo-2{
    position: absolute;
    bottom: 40px;
}

.logoRegistro2 {
    height: 70px !important;
    margin-left: -20px;
}

.form-sub-title{
    font-weight: 400;
}

.form-title {
    font-size: 1.875rem;
    line-height: 2.813rem;
}

.loader-wrapper .theme-loader .loader-p:after {
    border: 1em solid #FFAA55 !important;
}

.loader-wrapper .theme-loader .loader-p:before {
    border: 1em solid #DD8833 !important;
}
