body {
    background: #dff5ff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(223, 245, 255, 1) 49%) no-repeat fixed;
    /*transition: background-color .5s;*/
    font-family: BYekan !important;
    min-height: 100vh;
}

a {
    color: #ffffff;
}

.login-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
    min-height: 100%;
    width: 100%;
}

.auth-intro-image {
    width: 450px;
    margin: 40px auto 0 auto;
    max-width: 90%;
}

.auth-intro-title {
    margin-bottom: 50px;
}

.auth-intro-title h3 {
    font-family: BYekan !important;
}

.login-captcha {
    display: flex;
    flex-direction: row;
}

.login-box {
    float: none;
    margin: 0 auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #efefef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 3px;
}

.sidenav a:hover {
    color: #0e8dd4;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 25px;
    margin-right: 50px;
    background-color: #0e8dd4;
    color: #ffffff;
    padding: 5px 13px;
    width: 100%;
    height: auto;
    text-align: left;

}

.hover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.6);
}

.sidenav .closebtn:hover {
    color: #818181;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

#main .text {
    color: #000000;
    vertical-align: middle;
    padding: 0 5px 10px 5px;
    font-family: BYekan !important;
}

#main a:hover {
    color: #333;
}

.auth-show-password {
    color: #000000 !important;
    cursor: pointer
}

.auth-login-form {
    border: 1px solid #868686;
    border-radius: 20px !important;
    direction: ltr;
}

/*.auth-login-form:-ms-input-placeholder {*/
/*text-align: center;*/
/*}*/
/*.auth-login-form::-webkit-input-placeholder {*/
/*text-align: center;*/
/*}*/
/*.auth-login-form::-moz-placeholder {*/
/*text-align: center;*/
/*}*/

/*.captcha {*/
/*margin: 0;*/
/*}*/

.checkbox, .radio {
    margin-top: 0;
}

.login-btn {
    background-color: #0e8dd4;
    border-radius: 20px !important;
    color: #ffffff;
}

.login-btn:hover {
    background-color: #145396;
    color: #ffffff;
}

.auth-forget-password {
    text-align: left;
}

.auth-forget-password a {
    color: #4e4e4e;
}

.auth-forget-password a:hover {
    color: #145396;
}

.auth-btn-list {
    /*padding: 5px 0;*/
    background-color: #4e4e4e;
    border-radius: 20px !important;
    font-size: 12px;
    padding: 9px 4px;
    white-space: normal;
}

.auth-btn-list:hover {
    background-color: #404040;
    color: #ffffff;
}

.auth-btn-list a {
    font-size: 12px;
}

.auth-btn-list a:hover, .auth-btn-list a:active, .auth-btn-list a:focus {
    color: #ffffff;
}

.login-btn-holder {
    float: none;
    margin-bottom: 50px;
}

.national-code {
    margin-top: 5px;
}

.forget-password-btn {
    margin-bottom: 15px;
}

.national-code-btn {
    background-color: #0e8dd4;
    border-radius: 20px !important;
    color: #ffffff !important;
    padding: 5px 10px;
    margin-top: 10px;
}

.national-code-btn a {
    color: white;
}

.national-code-btn:hover {
    background-color: #145396;
    color: #ffffff;
}

.captcha {
    /* margin-right: 45px; */
    text-align: left;
}

.captcha a i {
    color: #0e8dd4;
    font-size: 24px;
    line-height: 24px;
}

.captcha a i:hover {
    color: #4e4e4e;
}

.captcha img {
    border-radius: 15px !important;
    border: 1px solid #999;
    width: 100%;
    height: 35px;
}

.btn.active, .btn:active {
    background-color: #0e8dd4;
}

.footer-company a {
    color: #145396;
    font-weight: bold;
}

.footer-company a:hover {
    color: #4e4e4e;
}

.checkbox-inline, .radio-inline {
    padding-right: 0;
}

.auth-register-radio:hover {
    background-color: red;
}

.auth-radio-gender .btn-group {
    width: 100%;
}

.auth-radio-gender .btn-group .btn:first-child {
    width: 50%;
    border-radius: 0px 15px 15px 0px !important;
}

.auth-radio-gender .btn-group .btn:last-child {
    width: 50%;
    border-radius: 15px 0 0 15px !important;
}

.auth-register-form .has-error [data-toggle="buttons"] {
    border-radius: 15px !important;
}

.disable-overlay {
    position: absolute;
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    margin-top: 85px;
}

.auth-remember-me,
.auth-remember-me input {
    cursor: pointer;
}

.auth-sidebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.auth-pages {
    background-color: #ffffff;
    border: 2px solid #0e8dd4;
    border-radius: 10px !important;
}

.auth-pages h2 {
    background-color: #0e8dd4;
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    padding: 10px;
}

.auth-pages p {
    padding: 15px;
}

.copyright-logo img {
    padding: 20px;
}

.enamad {
    width: 150px;
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: unset;
        max-width: 100%;
        height: auto;
    }

    .auth-btn-list a {
        font-size: 10px;
    }

}

@media (min-width: 990px) and (max-width: 1024px) and (orientation: landscape) {
    .auth-btn-list a {
        font-size: 10px;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 989px) and (orientation: landscape) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: unset;
        max-width: 100%;
        height: auto;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: unset;
        max-width: 100%;
        height: auto;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }

    /*#main .text {*/
        /*display: none;*/
    /*}*/

    .national-code-btn {
        font-size: 10px;
    }

    .auth-btn-list a {
        font-size: 11px;
        white-space: nowrap;
    }

    .p-px{
        padding: 1px;
    }

}
