@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
* {
    margin: 0px;
    padding: 0px;
    list-style: none;

}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

a:hover {
    color: #444;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.cp {
    cursor: pointer
}
html,body{
    height: 100%;
}
p {
    margin-bottom: 0px;
    width: 100%;
}
.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;

}
.hid{
    display: none;
}
.top-mar{
    margin-top: 15px;
}
.h-100{
    height: 100%;;
}
::placeholder {
    color: #747f8a !important;
    font-size: 13px;
    opacity: .5 !important;
}
.container-fluid{
    padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
}
strong{
    font-family: 'Roboto', sans-serif;
}
body{
    background-color:#fafafa !important;
    font-family: 'Roboto', sans-serif;
    color: #6A6A6A;
    overflow-x: hidden;

}



.bg-login{
    background-image: url(https://newred.pressetext.com/css/navigator_bg_gradient.jpg);
    min-height: 100%;
    background-size: 100%;
    padding: 20px;
}
.login-card{
    background-color: #fff;
    float: none;
    margin: auto;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    margin-top: 8%;
    margin-bottom: 5%;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.45);

}
.detail-part{
    /* background-image: url(navigator_bg_gradient.jpg); */
    background-color: #0d6fb0;
    padding: 30px;
    background-size: 100%;
}
.detail-part h1, .detail-part h4{
    color: #fff;
}
.detail-part p{
    color: #fff;
    margin-top: 30px;
}
.logn-part{
    padding: 30px;
}
.logo-cover img{
    margin-bottom: 30px;
}
.form-cover h6{
    margin-bottom: 30px;
}
.form-cover input{
    margin-bottom: 0;
    border-radius: 0px;
    background-color: #fff;
    border: none;
}
.form-footer .forget-paswd{
    text-align: left;
}
.button-div{
    text-align: right;
}
.form-footer{
    margin-bottom: 50px;
}
.button-div .btn{
    background-color: #0d6fb0 !important;
    border-color: #0d6fb0 !important;
}
.button-div .btn:hover{
    background-color: #0c79c1 !important;
    border-color: #0c79c1 !important;
}
.button-div .btn:active{
    background-color: #0c79c1 !important;
    border-color: #0c79c1 !important;
}
.button-div .btn:focus{
    background-color: #0c79c1 !important;
    border-color: #0c79c1 !important;
}

hr {
    border-top: 1px solid rgba(255,255,255,.8);
}

.detail-footer {
    border-top: 1px solid rgba(0,0,0,.8);
    padding: 25px 0px;
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.form-group {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 12px 10px 12px 10px;
    margin-bottom: 22px;
    min-height: 56px;
    border: 1px solid rgba(0,0,0,0.32);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login_tools {
    color: #fff;
    font-size: 12px;
}

.login_tools a, .detail-footer a {
    color: #f57a0d;
}

.formGroupPassword, .divUsername {
    display: none;
}

.divUsername {
    margin-bottom: 15px;
    font-weight: 400;
}


div.formGroupFocused, div.formGroupFocused:hover {
    padding: 11px 9px 11px 9px;
    border: 2px solid #545E69;
}


div.form-group label {
    position: absolute;
    left: 10px;
    top: 0px;
    display: block;
    padding: 15px 0px 17px 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    transition: all 100ms;
    -webkit-transition: all 100ms;
}


div.formGroupFocused label, div.formGroupFocused:hover label {
    top: -9px;
    padding: 0px 3px;
    left: 6px;
    font-size: 12px;
    line-height: 16px;
    background-color: #FFFFFF;
}

.form-control:focus {
    background: none;
}



@media screen and (max-width: 1100px){
    .bg-login{
        background-image: url(https://newred.pressetext.com/css/navigator_bg_gradient.jpg);
    }
}


.form-control:focus {
    background: none;
    box-shadow: none!important;
}
