.login .container{
    margin-top: 180px;
    position: relative;
}
.login {
    background-image: url(../../assets/img/bg-img.jpeg);
    height: 100vh;
    background-position: center center;
    background-size: cover;
}
.login .form-control{
    border-radius: 3px;
    height: 45px;
}
.login input:focus{
    outline: none;
    box-shadow: none;
}
.login .image {
    margin-top: -80px;
}
.login .image img {
    border-radius: 50%;
}
.login .card {
    padding-top: 25px !important;
    border-radius: 3px;
    background: #03a9f47a;
}
.login button.btn.btn-primary {
    background: #00A2DF;
    border-color: #00A2DF;
    border-radius: 3px;
    font-weight: 500;
}
.login .reset-pass {
    text-align: left;
    text-decoration: none;
    padding: 0;
    color: #fff;
    font-weight: 500;
}
.login .reset-pass:hover{
    color: #fff;
    text-decoration: underline;
}
.login a.register {
    text-align: right;
    color: #fff;
    font-weight: 500;
}
label.form-check-label {
    color: #fff;
}