/** {
    padding: 0;
    margin: 0;
    box-sizing: border-box;*/
    /* overflow-x: hidden; */
/*}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;*/
    /*background-image: url("/Assets/img/login-bg.jpg");*/
    /*background-repeat: repeat;
    background-attachment: fixed;
    background-size: contain;
}

.card-login {
    padding: 18px;
    max-width: 30rem;
    background-color: #099eb4 !important;
    border-radius: 0px !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 6px solid #9bd6e2 !important;
    border-bottom: unset !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.form-control.form-log {
    border: none !important;
    background-color: unset !important;
    box-shadow: none !important;
    border-right: unset !important;
    border-bottom: 1px solid rgb(226, 226, 226) !important;
    border-radius: unset !important;
}

    .form-control.form-log:focus {
        border-bottom: 1px solid rgb(54, 175, 60) !important;
    }

.input-group-text {
    background-color: unset !important;
    border: none !important;
}

.form-control.form-log::placeholder {
    color: white;
}

i.fas {
    font-size: 24px;
    color: white;
}

.fa-arrow-right {
    font-size: 13px !important;
}

.login-footer {
    background-color: #9bd6e2 !important;
    max-width: 30rem;*/
    /*height: 50px;*/
    /*padding: 10px 0px;
    border: 6px solid #9bd6e2 !important;
    border-top: unset !important;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

input, select, textarea {*/
    /*color: rgb(255, 255, 255) !important;*/
/*}



.elementor-button {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    fill: #ffffff;
    color: #ffffff;
    background-color: #099eb4;
    border-radius: 5px 5px 5px 5px;
    margin-top: -5px;
}

    .elementor-button:hover {
        color: #ffffff;
        background-color: #099eb4;
    }*/


.main-head {
    height: 150px;
    background: #FFF
}

.sidenav {
    height: 100%;
    background-image: url(../img/login_bg_new.jpg);
    overflow-x: hidden;
    padding-top: 20px;
    background-size: 100% 100%;
    
}

.main {
    padding: 0 10px
}

.login-form {
    margin: 15% 15%
}

    .login-form i {
        font-size: 20px;
        color: #999
    }

label {
    font-weight: bold;
    padding-bottom: 15px
}
.btn.btn-custom {
    background:#00aeef;
    color: #fff
}
@media screen and (max-height:450px) {
    .sidenav {
        padding-top: 15px
    }
}

@media screen and (max-width:450px) {
    .login-form {
        margin-top: 10%
    }

    .register-form {
        margin-top: 10%
    }
}

@media screen and (min-width:768px) {
    .main {
        margin-left: 60%
    }

    .sidenav {
        width: 60%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0
    }
}

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;
}