@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,300&family=Spline+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); */
:root{
    --primary_backgroud:#1973C2;
    --primary-text-color:#666666;
    --secondary-text-color:#B5B5B5;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
}
.section-login{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    position: relative;
}
.section-login .details{
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 30px;
    /* background: #f3f3f3; */
    background: #fff;
    position: relative;
}
.details .detail-message{
    position: absolute;
    right: 35px;
    top: 30px;
    width: 200px;
    display: flex;
    flex-direction: column;
    font-family: 'Outfit', sans-serif;
    text-align: right;
}
.detail-message .title{
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
    position: relative;
}
.detail-message .message{
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 8px;
}
.detail-message .vinculo a{
    font-size: 15px;
    border: 1px solid #666666;
    padding: 3px 5px;
    color: #666666;
    text-decoration: none;
    outline: none;
}
.detail-message .vinculo a:hover{
    background: #666666;
    color: #fff;
}
.section-login .details .detail-img img{
    width: 100%;
    min-height: 600px;
    max-height: 700px;
}
.section-login .form{
    width: 40%;
    min-width: 40%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: 'Outfit', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
}
.form  .login{
    position: relative;
    margin: auto;
    width: 280px;
}
.login .login-header{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.login-header .welcome span{
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: rgba(29, 28, 28, 0.8);
}
.alert-msg-error{
    /* background: rgb(245, 90, 90); */
    box-shadow: 0 6px 6px -10px rgb(200 0 0 / 45%), 0px 5px 6px 0px rgb(200 0 0 / 15%);
    transition: box-shadow .2s ease;
    background-image: linear-gradient(to right, #fb1c52 0%, #fd6f82 100%);
    /* background: #f04e53; */
    margin-top: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    /* color: rgb(231, 22, 22); */
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3px;
    border-radius: 7px;
    margin-left: 10px;
    margin-right:10px;
    font-size: 15.5px;
}
.oculto{
    display: none;
}
.login-header .logo{
    padding-top: 10px;
    margin-bottom: 10px;
}
.login-header .logo img{
    width: 100px;
    height: 100px;
}
.login .login-content{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.login-content .title{
    font-size: 15.4px;
    color: var(--primary-text-color);
    margin-bottom: 10px;
}
.login-content .cont-input{
    display: flex;
    flex-direction: column;
    padding: 6px 7px;
    margin-bottom: 12px;
}
.login-content .cont-input label{
    font-size: 15px;
    color: rgba(29, 28, 28, 0.8);
    text-align: left;
    font-weight: bold;
    margin-bottom: 6px;
}
/* .cont-input .icon{
    font-size: 16px;
    float: left;
    color: var(--secondary-text-color);
    width: 22px;
    margin-right: 6px;
    text-align: center;
} */
.cont-input .input{
    width: 100%;
    height: 100%;
    padding: 0;
}
.cont-input .input input{
    width: calc(100% - 14px);
    height: 100%;
    border: 1px solid var(--secondary-text-color);
    outline: none;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    padding: 7px;
    color: var(--primary-text-color);
}
.login-content .cont-button{
    margin-top: 7px;
    display: flex;
    flex-direction: column;
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 15px;
}
.cont-button button{
    /* background:#3dacd8; */
    /* background: #3875f0; */
    box-shadow: 0 20px 20px -10px rgb(6 116 222 / 55%), 0px 5px 10px 0px rgb(5 116 226 / 19%);
    transition: box-shadow .2s ease;
    background: linear-gradient(to right , #4481eb 0%, #04befe 80%);
    display: inline-block;
    border: none;
    outline: none;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 8px;
    box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:  5px 5px 7px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: 0.3s;
}
.cont-button button:hover{
    transform: scale(1.018);
}

.cont-button span{
    margin-bottom: 15px;
    font-size: 14px;
}
.cont-button span a{
    font-size: 14px;
    cursor: pointer;
}
.login .login-footer{
    display: flex;
    flex-direction: column;
}
.login-footer .header-footer .title-footer{
    font-size: 15px;
    color: var(--primary-text-color);
    position: relative;
    background:#fff;
}

.login-footer .header-footer .title-footer::before{
    content: '';
    height: 1px;
    width: 25%;
    background: #afafaf;
    position: absolute;
    left: 15%;
    top: 50%;
}
.login-footer .header-footer .title-footer::after{
    content: '';
    height: 1px;
    width: 25%;
    background: #afafaf;
    position: absolute;
    right: 15%;
    top: 50%;
}
.content-footer{
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.content-footer .cont-fotter-icon{
    /* background: #3dacd8; */
    /* box-shadow: 0 20px 20px -10px rgb(6 116 222 / 55%), 0px 5px 10px 0px rgb(5 116 226 / 19%);
    transition: box-shadow .2s ease; */
    background: linear-gradient(to right , #4481eb 0%, #04befe 80%);
    margin: 8px ;
    padding: 8px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
@media only screen and (max-width:760px) {
    .section-login .details{
        width: 55%;
    }
    .section-login .form{
        width: 45%;
    }
}
@media only screen and (max-width:670px) {
    .section-login .details{
        width: 50%;
    }
    .section-login .form{
        width: 50%;
    }
}
@media only screen and (max-width:620px) {
    .section-login .details{
        display: none;
    }
    .section-login .form{
        width: 100%;
    }
}
@media only screen and (max-width:280px) {
    .form  .login{
        width: 250px;
    }
}