@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Ubuntu:wght@300&display=swap');


body{
    background: url(https://itte.com.ar/images/bg-body.jpg) center top repeat-x #030953;
    transition: all 0.5s;

}
.navbar{
    margin-bottom: 5%;
    text-align: center
}
.navbar-brand{
    margin-left: 5%;
}
.img{
    width: 95%;
}
.header-title{
    margin: 10px 5px 20px 0;
}
.welcome{
    font-family: "Ubuntu";
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
}
.card{
    height: auto;
    margin: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}
.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5{
    color: white;
}
.input-group-prepend span{
    width: 50px;
    background-color: #059960;
    color: black;
    border:0 !important;
}

input:focus{
    outline: 1px outset #cdc7c7 !important;
    box-shadow: 0px 0px 3px 0 white !important;

}
.remember{
    color: white;
}
.remember input
{
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}
.login_btn{
    color: black;
    background-color: #059960;
    width: 50%;
    min-width: 90px;
}
.login_btn:hover{
    color: black;
    background-color: white;
}
.links{
    color: white;
}
.links a{
    margin-left: 4px;
}
a:not([href]){
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
}
a:not([href]):hover{
    color: #0056b3;
    text-decoration: underline;
}


.errorLogin{
    padding: 5px;
    margin-top: -10px;
    color: #e78d8d;
}
.seccessMail {
    padding: 5px;
    margin-top: -10px;
    color: #72e77f;
}

.card-footer{
    padding-top: 3px;
}
.card-body{
    padding-bottom: 3px;
}
h3.visible_movile{
    display: none;
    font-size: 1.2rem;
    text-align: center;
}


@media (max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
    h3.visible_movile{
        display: block;
    }
    .img {
        width: 100%;
    }

    .navbar{
        margin: 2% 0;
    }

    .navbar-brand{
        margin: auto;
    }
}

#s{
    transition: all 0.5s;
}

@media (max-width: 468px){
    .card{
        font-size: 80%;
        height: auto;
        margin: auto;
        width: 100%;
    }
    h3 {
        font-size: 1.3rem;
    }
    .img {
        width: 100%;
    }
    h3.visible_movile{
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .hidden-sm {
        display: none !important;
    }
    .img {
        width: 100%;
    }
    h3.visible_movile{
        display: block;
    }
}
