
body{
    background:#03103E;
}

* {
    font-family: 'Montserrat', 'Segoe UI',  sans-serif;
}

[attr-page="login"] > .row{
    height: 100vh;
}


.section{
    margin: 0;
    padding: 0;
    background: #03103E;
    min-height: 100%;
}

#logo-svg {
   max-width: 180px;
}

.icon-logo{
    max-width: 35px;
}

.custom-link {
    color: #CD3844;
    text-decoration: none;
}

.custom-hr{
    border-bottom:solid 1px #CD3844;
    opacity: 0.6;
}

#content-container{
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding: 2em;
   height: 85%;
}


h1, h2{
    color: #FFF;
    font-weight: 300;

}

.subtext h1{
    font-size: 2em;
    font-weight: 400;

}

h2 {
    font-size: 1.5em;
    font-weight: 300;
}

.subtext h2 {
    font-size: 1em;
}





#content-footer {
    height: 15%;
    background: rgba(18, 25, 38, 0.486);
    width: 100%;
}

.custom-input input,
.custom-input .input-group-text{
    border: none;
    height: 45px;
    background: #1A1A2B;
    border-radius: 4px;
    color: #A9AFBB;
}

.custom-input .input-group-text {
    width: 45px;
}

.btn-primary {
    border: none;
    background-color: #CD3844;
    background: linear-gradient(89.14deg, #CD3844 -2.24%, #DE8B3C 101.03%);
    backdrop-filter: blur(4px);    
    border-radius: 6px;
    min-height: 50px;
}

.bg-image-login {
    background: #000;
    background-image: url("../img/login-image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.text-light-gray{
    color: #A9AFBB;
}



@media (max-width: 1023px) {
    .login-responsivo { 
     display: none;
    };

    
   }