/* Login page styles */
.login-bg {
    /* background-image: url("/img_svg/bg-sun.svg"); */
    /* background-size: 100% 100%;
     */
    background: url("/img_svg/bg-sun.svg") no-repeat center center fixed; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
    background-size: cover;
    padding-left : 20%;
    padding-top: 7%;
    /* min-height: 650px; */
    min-width: 850px;
    background-color: #fbfbfb;
    overflow: auto;
}

.login-title span{
    font-size: 18.35px;
    font-family: 'rounded-x-mgenplus-2c-black';
    color: #6E7280;
}
.padding-form{
    padding-right: 75px;
}
.login-logo-powerby{
    float: left;
}
.middle-box>div{
    height: 100%;
}
.login-main-content{
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 625px;
}

.login-logo {
    margin-top: 23%;
    margin-left: 25%;
}

.login-data {
    width: 50%;
    height: 100%;
    border-radius: 8px;
}
.login-logo-28h{
    margin: auto;
    width: 90px;
    margin-bottom: 7%;
}
.logo-28h{
    height: auto;
    width: 100%;
}
.logo-powerby {
    height: 18px;
    width: 98px;
}
.logo-workadmin{
    height: auto;
    width: 100%;
}
.login-title{
    margin-top: 13%;
    margin-bottom: 6%;
    font-family: 'rounded-x-mgenplus-2c-black';
}
.login-logo-wasabi{
    margin: auto;
    width: 125px;
}
.logo-wasabi{
    height: auto;
    width: 100%;
}
.tile-control{
    text-align: left;
    padding-left: 0px;
    margin-bottom: 5px;
    color: #7D8193;
    font-size: 14.68px;
    font-family: 'rounded-x-mgenplus-2c-bold';
}

.label-forgot-password{
    color: #9E9E9F;
    font-family: 'rounded-x-mgenplus-2c-medium';
    font-size: 12.16px;
}
.label-forgot-password a {
    color: #9e9e9f;
}
.label-forgot-password a:hover {
    color: #9e9e9f;
}
.input-icon{
    background-color: #f1f1f1;
    border-radius: 7px;
    border: 1px #f1f1f1;
}
.transparent {
    background-color: transparent !important;
 }
 .icon-size{
    height: 16px;
    width: 16px;
 }
 .icon-size-pass{
    height: 15px;
    width: 21px;
 }
 .icon-size-pass-hide{
    height: 12px;
    width: 21px;
 }
 .btn-login{
    height: 50px;
    border: none;
    border-radius: 30px;
    background-image: linear-gradient(to right,#808DFF , #7EDCE3);
    font-size: 16.21px;
    font-family: 'rounded-x-mgenplus-2c-bold';
    box-shadow: 0px 4px 4px rgb(128 140 255 / 0.6);
 }

.btn-login:focus {
    outline: 0 !important;
}

 /* .bth-gradient {
    padding: 5px; 
    border-radius: 10px;
    box-shadow: inset 0 0 17px 17px white, inset 0 0 3px 2px white;
    background: linear-gradient(to right,#808DFF , #808DFF);
} */
.text-bottom{
    text-align: left;
    margin-left: 10%;
    font-size: 13.25px;
    font-family: 'rounded-x-mgenplus-2c-bold';
}
.text-bottom label {
    color: #6E7280;
}

.text-bottom-color{
    color: #808DFF !important;
    font-family: 'rounded-x-mgenplus-2c-bold';
}
.text-bottom-color:hover{
    color: #808DFF !important;
    font-family: 'rounded-x-mgenplus-2c-bold';
}

@media (min-width: 500px){
    .middle-box{
        background-color: #ffffff;
        width: 72%;
        height: 70%;
        z-index: 100;
        border-radius: 8px;
        margin-top: 1%;
        min-width: 625px;
        box-shadow: 0px 4px 6px rgb(126 130 146 / 0.1);
    }
    .input-control{
        background-color: #f1f1f1;
        border-radius: 7px;
        border: 1px #f1f1f1;
        padding-left: 1px;
        height: 45px;
        font-size: 16px;
        font-family: 'rounded-x-mgenplus-2c-bold';
    }
    .login-main-content {
        padding-bottom: 40px;
    }
    .text-bottom{
        margin-top: 1%;
    }
    .form-group {
        margin-bottom: 6%
    }
    .login-logo-powerby{
        margin-top: 32px;
    }
}

@media (max-width: 1366px) { 
    .login-bg { 
        padding-top: 4%;
    }
    .middle-box{
        background-color: #ffffff;
        width: 74%;
        height: 70%;
        z-index: 100;
        border-radius: 8px;
        margin-top: 1%;
        box-shadow: 0px 4px 6px rgb(126 130 146 / 0.1);
    }
    .input-control {
        height: 45px;
    }
    .login-bg {
        background-repeat: no-repeat;
    }
    .form-group {
        margin-bottom: 6%
    }
    .login-logo-workadmin {
        margin-top: 9%;
        height: 23px;
    }
    .login-logo-28h{
        margin-top: 15px !important;
    }
}
@media (min-width: 1400px) and  (max-width: 1920px) { 
    .middle-box{
        background-color: #ffffff;
        width: 75%;
        height: 70%;
        z-index: 100;
        border-radius: 8px;
        margin-top: 3%;
        box-shadow: 0px 4px 6px rgb(126 130 146 / 0.1);
    }
    .input-control {
        height: 50px;
    }
    .login-logo-powerby{
        margin-top: 45px;
        text-align: left;
    }
    .login-main-content {
        padding-bottom: 45px;
    }
    .login-bg {
        background-repeat: no-repeat;
    }
    .text-bottom{
        margin-top: 8%;
    }
    .form-group {
        margin-bottom: 24px;
    }
    .login-logo-workadmin{
        margin-top: 5%;
        height: 23px;
    }
}
.placeholder_class::placeholder {
    font-family: 'rounded-x-mgenplus-2c-bold';
    font-size: 16px;
    color: #C3CAD9;
}
