
body {
    background:#fff!important ;
}

.main-head {
    height: 150px;
    background: #FFF
}

.sidenav {
    height: 100%;
    overflow-x: hidden;
    padding-top: 20px;
    background-size: 100% 100%;
    
}

.main {
    padding: 0 10px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-form i {
        font-size: 20px;
        color: #999
    }

label {
    font-weight: bold;
    padding-bottom: 15px
}
.btn.btn-custom {
    background: #f498b8;
    color: #fff
}
.login-form .btn.btn-custom:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #f498b8;
}
.text-custom {
    color: #f498b8 !important;
}
@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
}

@media screen and (min-width:575px) {

    .login-form {
        margin: auto 15%
    }
}
@media screen and (max-width:450px) {
    .login-form {
        margin-top: 0%;
        padding-top:10%;
        min-width:300px;
        height:100vh!important;
        overflow:hidden;
    }
    .sidenav {
        padding-top: 0!important;
    }
    .register-form {
        margin-top: 10%
    }
}

@media screen and (min-width:768px) {
    .main {
        margin-left: 62%
    }

    .sidenav {
        width: 62%;
        background-image: url(../img/login_bg_new.png);
        z-index: 1;
        top: 0;
        left: 0;
        background-size: cover;
        position: absolute;
        background-repeat: no-repeat;
    }
}

h1 {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: #000
}

ol.locked-text {
    padding-top: 30px;
    padding-bottom: 20px;
}

    ol.locked-text li {
        color: #f44336;
        font-weight: 600;
        padding-bottom: 10px;
        font-size: 11px;
    }

.iconUser {
    width: 50px;
    padding: 12px 0;
    margin: auto;
    text-align: center;
    position: absolute;
    background: #ccc;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

input[type="text"], input[type="email"] {
    text-indent: 60px;
    height: 48px;
    font-family: 'Open Sans',sans-serif;
    font-size: 95%;
    color: #555;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #6c757d;
}

.iconPassword {
    width: 50px;
    padding: 12px 0;
    margin: auto;
    text-align: center;
    position: absolute;
    background: #ccc;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

input[type="password"] {
    text-indent: 60px;
    height: 48px;
    font-family: 'Open Sans',sans-serif;
    font-size: 95%;
    color: #555;
    width: 100%;
    border-radius: 0.25rem;
    border: 1px solid #6c757d;
}

input[type="submit"] {
    width: 100%;
    background: #004a3e;
    border: 0;
    padding: 4%;
    font-family: 'Open Sans',sans-serif;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s
}

    input[type="submit"]:hover {
        background: #53b9a8
    }

.login-logo {
    margin: 0 auto;
    text-align: center
}

    .login-logo img {
        width: 90%
    }

.form-group {
    margin-bottom: 1.5em !important
}

.align {
    margin: 0 auto;
    text-align: center
}

    .align button {
        width: 60%;
        margin: 0;
        height: 48px;
        letter-spacing: 1px;
        font-size: 16px
    }

.forgot-pwd {
    text-align: right;
    color: #65656a;
    font-weight: bold;
}

.input-field {
    margin: 10px 0px 20px 0px;
}

.input-group-text {
    height: 45px;
    margin-left: calc(100% - 45px);
    border: 0px;
    margin-top: -46px;
    text-align: right;
    background: transparent;
}
