
.loginBox {
    margin-top: 30px;
    padding: 20px 50px 30px 40px;
    background-size: 100% 100% !important;
}

.inputPlate {
    position: relative;
    top: 10%;
    left: 5%;
    width: 65%;
    height: 80%;
    background-color: transparent;
    color: white;
    box-shadow: none !important;
    border: none !important;
    font-size: 18px !important;
}

::placeholder {
    color: #ffffffb5;
    font-size: 18px !important;
}

.backgroundPlate {
    background-size: contain !important;
    position: relative !important;
    height: 65px;
    width: 80%;
    left: 15%;
}

.iconBtn {
    right: 50px !important;
    top: 0px !important;
}

.loginButton {
    width: 100%;
    color: #ffffffb5;
    background: none;
    border: none;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-top: 10px;
    margin-bottom: 20px !important;
    text-shadow: 3px 4px 5px #000000;
}

.loginButton:hover {
    color: white !important;
}

@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
        font-size: 18px !important;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}


/*New Ui Login*/
input:focus{
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-text-fill-color:#000;
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

img{
    max-width: 100%;
}

.login{
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.login-title{
    margin: 0;
    background-color: transparent;
}

.login .login-title img{
    max-width: 570px;
    position: relative;
    top: 3.5rem;
    left: 1rem;
}

.login-footer{
    padding-bottom: 7rem;
}

.login-footer h3{
    font-size: 18px;
    color: #acacac;
}

.login-form{
    width: 380px;
    position: relative;
    top: -6rem;
}

.login-form .input-group{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 2rem;
}

.login-form .input-group .icon{
    position: relative;
    left: 20px;
    z-index: 2;
    border-radius: 50px;
    box-shadow: 7px 5px 10px 0 rgb(0 0 0 / 59%);
    width: 60px;
    height: 60px;
}

.login-form .input-group .form-input{
    background-color: #fff;
    opacity: .6;
    width: 100%;
    height: 55px;
    border-radius: 50px;
    position: relative;
    left: -4rem;
    padding-left: 7rem;
    flex: 1;
}

.login-form .input-group .form-input input{
    width: 85%;
    height: 100%;
    border: none;
    box-shadow: none;
    font-size: 18px;
}
.login-form .tools{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:1rem
}

.login-form .tools button{
    position: relative;
    width: 180px;
    height: 50px;
    text-transform: uppercase;
    background: transparent;
    border: none;
}

.login-form .tools button span{
    position: relative;
    z-index: 5;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.login-form .tools button::after{
    content: "";
    position: absolute;
    background-image: url(../img/login-btn.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100% 100%;
}

/*Medias*/

@media only screen and (max-width: 1440px) {
    .login{
    }

    .login .login-title img{
        max-width: 490px!important;
        position: relative;
        top: 5px!important;
        left: 7px!important;
    }

    .login-footer{
        padding-bottom: 0;
    }

    .login-footer h3{
            position: relative;
            top: -10px;
    }


}
/*New Ui Login*/