/*!
 *  Fornt End Style
 *  Mohd Salman Zubairy
 */
/* -------------------------- */


*{
    -moz-box-sizing: border-box;
    -ms-overflow-x:hidden; /* IE -10 */
    -ms-overflow-y:hidden; /* IE -10 */
    overflow: -moz-scrollbars-none; /* Mozilla */
    -ms-overflow-style: none; /* IE 10+ */
    box-shadow: border-box;
    margin:0;
    padding:0;
}

/* Auto Fill Effect */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{	
    background: transparent;
    -webkit-text-fill-color: d56394;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}

body{

 font-family:Verdana, Geneva, sans-serif;
    background: #FFF;
}

.MT10{ margin-top:10px !important; }.MT20{ margin-top:20px !important; }.MT30{ margin-top:30px !important; }.MT40{ margin-top:40px !important; }.MT50{ margin-top:50px !important; }
.ML10{ margin-left:10px !important; }.ML20{ margin-left:20px !important; }.ML30{ margin-left:30px !important; }.ML40{ margin-left:40px !important; }.ML50{ margin-left:50px !important; }

.login-main{
    position:absolute;
    left: 65%;
    top: 15%;
    width: 25%;
    height: 610px;
    padding-left: 50px;
    padding-right: 50px;
    opacity:70%;
    //background: #eaeaea;
    background:  #0a1c74;
    box-sizing:border-box;
    box-shadow: 1px 0px 1px 1px #000, 
        0px 1px 0px #fff, 
        0px 0px 1px #000;
}
.login-logo-section {

    width : 100%;
    text-align:center;


}
.login-logo-section img{

    height : 40px;
    padding : 5px 0px 0px 0px;

}
.login-heading{
    position:relative;
    box-sizing:border-box;
    font-size:25px;
    font-weight:500;
    text-align:center;
    color:#FFF;
    //font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    box-sizing:border-box;
    padding:20px;
    z-index:99;
}
.login-heading i{
    font-size: 121px;
    color: #505050;
    background: #FFF;
    border-radius: 100px;
}
.login-sub{
    position:absolute;
    box-sizing:border-box;
    background: #0a1c74;
    height: 385px;
    padding: 0px 25px;
    width: 90%;
    top: 205px;
    left: 26px;
}
.login-sub h1{
    position:relative;
    display:inline-block;
    font-size:22px;
    font-weight:500;
    width:100%;
    text-align:center;
    margin-top:50px;
    margin-bottom:20px;
    color:#616161;
   // font-family:Verdana, Geneva, sans-serif;
    box-sizing:border-box;
}
.login-error{
    position:relative;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    color:#d56394;
}
.login-error a{
    text-decoration:none;
    color: #000;
    font-size: 16px;
}
.text-checkbox{
    position:relative;
    display:inline-block;
    padding:10px;
    width:100%;
    font-size: 14px;
    box-sizing:border-box;
    margin-top:1px;	
}
.text-box{
    position:relative;
    display:inline-block;
    padding:10px;
    width:100%;
    background: #f7f7f7;
    box-sizing:border-box;
    margin-top:1px;
}
.text-box i{
    position:relative;
    float:left;
    color:#ef5f46;
    margin-right: 10px;
    margin-top: 4px;
}
.text-box input[type='text'] , input[type='password'] {
    float:left;
    border:none;
    width:90%;
    padding:2px 5px;
    background: transparent;
    color: #ef5f46;
    font-weight:600;
    font-size:12px;
}
.text-box span {
    
    
    background: transparent;
    color: #ef5f46;
    font-weight:600;
    font-size:12px;
}
.text-box input[type='text']:active , input[type='password']:active{
    background: transparent;
}

.text-box input[type='text']:focus , input[type='password']:focus{
    outline:none;
    background: transparent;
}
.text-box input[type='text']::placeholder , input[type='password']::placeholder {
    color:#ef5f46;
    opacity: .5;
    font-weight:500;
    font-weight:600;
}
.text-button{
    position: relative;
    width: 100%;
    background: #ef5f46;
    margin-top: 10px;
    border: 2px solid #ef5f46;;
    border-radius: 7px;
    box-sizing: border-box;
}
.text-button input[type='submit']{
    width:100%;
    border-radius:15px;
    background:transparent;
    color:#FFF;
    border:none;
    padding:6px;
    font-size: 19px;
    box-sizing: border-box;

}
.text-button input[type='submit']:focus{
    outline:none;
}
.text-button:hover , input[type='submit']:hover{
    cursor:pointer;
}
.login-sub form{
    display:block;
}
.text-white{
    color:white !important;
}
.Hide{
    
    display:none !important;
}


@media only screen and (max-width: 600px) {
    .login-main{
        position: absolute;
        left:5%;
        top:15%;
        width:90%;
        height:415px;
        margin-bottom:20px;
    }
    .login-logo-section{
        margin-top: 10px;
        display:inline-table;
    }
    .login-logo-section img{
        width: 36px;
        height: 20px;
    }

    .login-heading{
        font-size:24px;
        padding:20px;
    }
    .login-heading i{
        position: relative;
        font-size: 50px;
        top: -40px;
        padding: 15px 9px;
    }
    .login-heading img{
        width:50px;

    }

    .login-sub{
        top: auto;
        left: 17px;
        height: 200px;
    }
    .login-sub h4{
        font-size:18px;
        margin-top:20px;
        margin-bottom:7px;
    }
    .login-error{
        margin-top: 20px !important;
    }
    .text-box{
        padding: 6px;
    }
    .text-box input[type='text'] , input[type='password']{
        width:85%;
    }
}


@media (min-width: 600px) and (max-width: 922px) {
    .login-main{
        position: absolute;
        left:25%;
        top:15%;
        width:50%;
        height:415px;
        margin-bottom:20px;
    }
    .login-logo-section{
        margin-top: 10px;
        display:inline-table;
    }
    .login-logo-section img{
        width: 36px;
        height: 20px;
    }

    .login-heading{
        font-size:24px;
        padding:20px;
    }
    .login-heading i{
        position: relative;
        font-size: 45px;
        top: -34px;
        padding: 15px 9px;
    }
    .login-heading img{
        width:50px;

    }
    .login-sub{
        top: 126px;
        left: 5%;
        height: 350px;
    }
    .login-sub{
        top: 116px;
        left: 5%;
        height: 300px;
    }
    .login-sub h1{
        font-size:18px;
        margin-top:20px;
        margin-bottom:7px;
    }
    .login-error{
        margin-top: 20px !important;
    }
    .text-box{
        padding: 6px;
    }
    .text-box input[type='text'] , input[type='password']{
        width:85%;
    }
}


@media (min-width: 922px) and (max-width: 1200px) {
    .login-main{
        position: absolute;
        left:33%;
        top:15%;
        width:37%;
        height:465px;
        margin-bottom:20px;
    }
    .login-logo-section{
        margin-top: 10px;
        display:inline-table;
    }
    .login-logo-section img{
        width: 50px;
        height: 30px;
    }

    .login-heading{
        font-size:24px;
        padding:20px;
    }
    .login-heading i{
        position: relative;
        font-size: 60px;
        top: -22px;
        padding: 15px 9px;
    }
    .login-heading img{
        width:50px;

    }
    .login-sub{
        top: 126px;
        left: 5%;
        height: 350px;
    }
    .login-sub{
        top: 116px;
        left: 17px;
        height: 350px;
    }
    .login-sub h1{
        font-size:18px;
        margin-top:20px;
        margin-bottom:10px;
    }
    .login-error{
        margin-top: 20px !important;
    }
    .text-box{
        padding: 6px;
    }
    .text-box input[type='text'] , input[type='password']{
        width:85%;
    }
}


@media (min-width: 1200px) {
    .login-main{
        position: absolute;
        left:48%;
        top:15%;
        width:25%;
        height:465px;
        margin-bottom:20px;
        text-color:#fff !important;
    }
    .login-logo-section{
        margin-top: 10px;
        display:inline-table;
    }
    .login-logo-section img{
        width: 50px;
        height: 30px;
    }

    .login-heading{
        font-size:24px;
        padding:20px;
    }
    .login-heading i{
        position: relative;
        font-size: 70px;
        top: -26px;
        padding: 15px 9px;
    }
    .login-heading img{
        width:50px;

    }
    .login-sub{
        top: 126px;
        left: 5%;
        height: 300px;
    }
    .login-sub h1{
        font-size:18px;
        margin-top:20px;
        margin-bottom:20px;
    }
    .login-error{
        margin-top: 20px !important;
    }
    .text-box{
        padding: 6px;
        text-color:#ef5f46; !important;
    }
    .text-box input[type='text'] , input[type='password']{
        width:85%;
        text-color:#ef5f46; !important;
    }
}