﻿body {
    background-image: none;
    /*background: linear-gradient(to right,rgba(34, 31, 31, 1) 50%, transparent);*/
    position: relative;
    background-color: #3B3330;
    height:100vh;
}
    /*body:after {
        content:unset;
        background: url('../images/businessman-checking-time 1.png');
        width: 100%;
        height: 100%;
        left: unset;
        right: 0;
        background-color: rgba(34, 31, 31, 1);
        mix-blend-mode: multiply;
        background-repeat: no-repeat;
        background-position: right;
    }
    body:before {
        display:block;
        content:'';
        position:absolute;
        top:0;
        background: url('../images/businessman-checking-time 1.png');
        background-size:52%;
        width: 100%;
        height: 100%;
        left: unset;
        right: 0;
        background-color: rgba(34, 31, 31, 1);
        mix-blend-mode: multiply;
        background-repeat: no-repeat;
        background-position: right;
    }*/
.emperor-logo{
    object-fit:contain;
    position:relative;
    z-index:1;
    margin-top:4rem;    
}
.emperor-login-content {
    font-family: 'Inter', sans-serif;
    height: 100%;
    padding: 0rem 4rem;
}
    .emperor-login-content .signInTitle {
        font-size: 2.5rem;
        font-weight: 600;
        color:#fff;
    }
    .emperor-login-content .form-group label {
        font-size: 0.875rem;
        font-weight: 600;
        color:#fff;
    }
    .emperor-login-content .form-group input {
        color: #8B8B8B;
        background-color: rgba(255,255,255,0.15);
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 5px;
        padding: 0.75rem 1rem;
        height: auto;
    }
    .emperor-login-content button {
        padding: 0.6rem 1rem;
        background-color: #CBBA9C;
        color: #000000;
        border-radius:6px;
        font-size:1rem;
        font-weight:600;
    }
        .emperor-login-content button:hover {
            background-color: #fff;
            border: 1px solid #CBBA9C;
            color: #000000;
        }
.emperor-login-form{
    position:relative;
    margin-top:5rem;
    padding:0;
    margin:0 auto;
    max-width:30%;
}
.emperor-login-content .copy-right-text {
    font-size: 13px;
    font-weight: 500;
    color: #CBBA9C;
}
.emperor-login-footer{
    width:100%;
    position:absolute;
    bottom:3rem;
    left:0;
    padding:0 4rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.emperor-login-content .help-center {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    color: #CBBA9C;
}
@media (max-width:1561px){
    .emperor-login-form {
        margin-top: 2rem;
    }  
}
@media (max-width:1281px) {
    .emperor-login-form {
        max-width: 40%;
    }
    .emperor-login-form{
        margin-top:0rem;
    }    
}
@media (max-width:1025px) {
    body:before {
        background-size: 70%;
    }
}
@media (max-width:641px) {
    .emperor-login-form {
        max-width: 60%;
        bottom:1rem;
    }
    .emperor-login-content,
    .emperor-login-footer {
        padding: 0 2rem;
    }
}

@media (max-width:481px) {
    .emperor-login-form {
        max-width: 100%;
    }
}