/* Start Login Page */
:lang(en) input , :lang(en) .login-form .form form .check{
    text-align: left !important;
}

:lang(en) .login-form .form form .input .eye-off{
    left:  unset;
    right: 25px;
}

:lang(en) .login-form .form form .input label{
    right: unset;
    left: 0;
}

.login{
    position: relative;
}
.gridiant{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60%;
    height: 100vh;
    background: linear-gradient(270deg, #dddddd 45.85%, rgba(255, 255, 255, 0) 100%);
}
#bg {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;

    /* Preserve aspet ratio */
    /*min-width: 80%;*/
    /*max-height: 100%;*/
  }
.login-form{
    position: absolute;
    z-index: 999;
    right: 80px;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 600px;
    text-align: center;
    padding: 50px 10px;
}
.login-form .logo{
    width: 100%;
}
.login-form .logo img{
    max-width: 100%;
}
.login-form .logo h2{
    font-size: 30px ;
    font-weight: bold;
    margin: 60px 0;
}
.login-form .form form .input{
    width: 100%;
    position: relative;
    margin: 50px 0;
}
.login-form .form form .input label{
    position: absolute;
    top: -25px;
    right: 0;
}
.login-form .form form .input input {
    width: 100%;
    text-align: right;
    padding: 10px;
    background: #F5F6FA;
    border-radius: 7.73854px;
    position: relative;
}
.login-form .form form .input select {
    width: 100%;
    background-color: #F5F6FA;
    border-radius: 7.73854px;
    border: none;
    position: relative;
}
.login-form .form form .input .eye {
    position: absolute;
    left: 25px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background:url(../img/eye-svgrepo-com.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
}

.login-form .form form .input .eye-off {
    position: absolute;
    left: 25px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    background:url(../img/eye-off-svgrepo-com.svg);
    /* background:url(../img/attach-svgrepo-com.svg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 25px;
    padding: 10px;
    border-radius: 50%;
    height: 25px;
}

.login-form .form form .check {
    text-align: right;
}
.login-form .form form p {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 20px;
}
.login-form .form form button {
    margin: 10px 0;
    width: 100%;
    padding: 10px;
    /*background: #C82C35;*/
    box-shadow: 0px 3.43935px 12.8976px rgba(0, 0, 0, 0.17);
    border-radius: 7.73854px;
    cursor: pointer;
    color: #fff;
}
.login-form .form .notHaveAccount {
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}
.login-form .form .notHaveAccount a{
    color: #000;
}

.login-form .form .notHaveAccount::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

@media (max-width : 1200px) {
    body{
        background-size: cover;
        height: 100vh;
        width: 100%;
        background-attachment: fixed;
        position: relative;
        background: #191c006e;
    }
    .login-form{
        width: 80%;
        height: auto;
        padding: 60px 0;
        text-align: center;
    }
}
@media (max-width:600px) {
    body{
        /*background-image: url(../img/red-sport-car-front-side-view-black-wheel-with-metallic-silver-color\ 1.png);*/
        max-height: 100vh;
    }
    #bg{
        display: none;
    }
    .gridiant{
        top: 0;
        left: 0;
        width: 100%;
    }
    .login-form{
    position: absolute;
    z-index: 999;
    right: 50%;
    transform: translateX(50%);
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 325px;
    text-align: center;
    padding: 50px 10px;
    }
    .form .logo h2{
        background: #cbc7c73b;
        padding: 10px;
        border-radius: 10px;
    }
}
@media (max-width : 1030px) {
    body{
        /*background-image: url(../img/red-sport-car-front-side-view-black-wheel-with-metallic-silver-color\ 1.png);*/
        max-height: 100vh;
    }
    #bg{
        display: none;
    }
    .gridiant{
        top: 0;
        left: 0;
        width: 100%;
    }
}
/* End Login Page */
