.wrap-login{
	background: url(../img/bg-login.png) no-repeat;
    background-color: #b1222a;
    background-size: cover;
	position: relative;
}
.img-vis-hidden{
	visibility: hidden;
	height: 100vh;
}
.wrap-login .container{
	position: absolute;
    top: 25%;
    right: 0;
    left: 0;
    display: block;
}
.title-welcome {
    font-family: Arial;
    font-size: 52px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1.3px;
    color: #ffffff;
    margin-bottom: 3rem;
}

.form-control {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 0;
    color: #fff;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::placeholder,.form-check-label {
	color: #fff;
}
.form-group > div{
	margin: 0 auto;
	text-align: center;
}
.invalid-feedback {
    text-shadow: 1px 1px #000000;
}
.form-check {
    margin-top: 1rem;
}
.btn-custom {
	display: block;
    width: 250px;
    margin: 0 auto 6rem;
    padding: 12px 0;
    border-radius: 25px;
    color: #b90b0d;
    background: white;
    font-weight: bolder;
    font-size: 18px;
}
.btn-link {
    font-weight: bold;
    letter-spacing: 1.5px;
}
.form-reset_pass {
    margin-bottom: 4rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

a.btn.btn-link.text-white {
    font-style: italic;
}

@media screen and (max-width: 414px){

    .wrap-login {
        background: url(../img/Background-mobile.png) no-repeat;
        background-size: cover;
        position: relative;
        height: auto;
    }
    .wrap-login .container {
        top: 50%;
        width: 90%;
    }
    .wrap-login button.btn.btn-white.btn-custom {
        width: 200px;
        padding: 4px;
        margin: 10px auto 20px;
    }
    .title-welcome {
        font-size: 30px;
        margin-bottom: 25px;
    }
    button.btn.btn-white.btn-send-password.btn-custom {
        width: 240px;
    }
}

@media screen and (max-width: 375px){
    .wrap-login {
        height: 45rem;
    }
}
@media screen and (max-width: 320px){
    .wrap-login {
        height: 40rem;
    }
    .wrap-login .container {
        top: 45%;
    }
}