#login{
    background-image: url("../../images/main/loginBG1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
}
.login-div{
    background-color: transparent;
    min-width: 100%;
    flex-shrink: 0;
    border-radius: 4px;
    opacity: 0.8;
    background: #212121;
    padding: 45px;
    position: relative;
    margin-top: 68px;
    margin-bottom: 55px;
}
.loginBorder{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.login-content{
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-content .center-column-div{
    gap: 13px!important;
}
.login-div h1{
    color: #FFF;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.login-div p{
    color: #C9C9C9;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.loginInput{
    display: flex;
    padding: 14px 24px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #4A4949;
    background: rgba(51, 51, 51, 0.80);
    color: #FFF;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 20px;
}
.loginInput::placeholder{
    color: #878787;
    font-family: Syne-Regular,Kufam-Regular,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-div button{
    display: flex;
    padding: 14px 24px !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #626262 !important;
    background: #DF9822;
    color: #000 !important;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
#login footer{
    background-color: unset!important;
}
.login-content li{
    color: red;
    font-family: Syne-SemiBold,Kufam-SemiBold,sans-serif; 
    font-size: 14px;
}
.overlay {
    width: 96%!important;
    top: 13%!important;
    left: 2%!important;
}
.direction{
    direction: rtl;
}
