/* ============================================================
  BODY
============================================================ */
html {
    position: relative;
    height: auto;
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}
body {
    margin: 0 0 150px;
    font-family: 'Calibri', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent;
}
.wrap {
    margin: 0 auto;
    width: 80%;
}
body a {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    color: #00aff0;
}
.block-right-align {
    position: absolute;
    margin-left: 5%;
    top: 50%;
    transform: translateY(-50%);
}
.txt-rt {
    text-align: right;
}
.txt-lt {
    text-align: left;
}
.txt-center {
    text-align: center;
}
.float-rt {
    float: right;
}
.float-lt {
    float: left;
}
.clear {
    clear: both;
}
.pos-relative {
    position: relative;
}
.pos-absolute {
    position: absolute;
}
.vertical-base {
    vertical-align: baseline;
}
.vertical-top {
    vertical-align: top;
}
nav.vertical ul li {
    display: block;
}
nav.horizontal ul li {
    display: inline-block;
}
img {
    max-width: 100%;
}
img.width-120 {
    width: 120px;
}
.mgbt-xs-15 {
    margin-bottom: 15px !important;
}
.mgbt-xs-27 {
    margin-bottom: 27px !important;
}
.mgbt-xs-10 {
    margin-bottom: 10px;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.mgtop-7perc {
    margin-top: 7%;
}
.iconInsideBtn{
    margin-right: 7px;
}
.iconMargLeft{
    margin-left: 7px;
}
.disp-none{
    display: none;
}
.disp-none-imp{
    display: none !important;
}

/* ============================================================
  HEADER
============================================================ */


.header {
    padding: 13px 0;
}
.logo {
    float: left;
}
.logo a img {
    width: auto;
    margin-left: 2%;
}
.head-languages {
    float: right;
    width: 115px;
}
.p-languages {
    color: #fff;
    padding: 16% 10% 0 10%;
}
.p-languages a {
    color: #004b88;
}
.p-languages .bd-lang {
    padding-right: 6%;
    border-right: 1px solid #000;
}
.p-languages .bd-lang2 {
    padding-left: 6%;
}
.p-languages a:hover {
    color: #2da9d7;
    text-decoration: underline;
}
/* ============================================================
  CONTENT
============================================================ */

.portal-grids {
    margin: 4% 0;
}
.portal-grid1,
.portal-grid2 {
    width: 38%;
    display: inline-block;
    text-align: center;
    margin: 0 5%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 0;
    border: none;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
}
.portal-grid1:hover,
.portal-grid2:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    z-index: 1;
    border: none;
}
.portal-grid1:nth-child(3) {
    margin-right: 0;
}
.portal-grid1 h2 a,
.portal-grid2 h2 a {
    font-size: 24px;
    color: #fff;
}
.info-value,
.info-value.two {
    padding: 0;
    height: 378px;
    position: relative;
}
.info-value ul,
.portal-grid1 ul,
.portal-grid2 ul {
    padding: 0;
}
.info-value ul li,
.portal-grid1,
.portal-grid2 ul li {
    list-style: none;
}
.info-value ul li {
    list-style: none;
}
.info-value h5 span {
    color: #fbd707;
    font-size: 19px;
}
.info-value lable {
    color: #817d94;
    font-size: 17px;
}
.info-value.two h5 span {
    color: #fe6d72;
}
.info-value.two h5 lable {
    color: #8c8c94;
}
.info-value h5 {
    padding: 11px 0;
}
.portal-grid1 ul li a,
.portal-grid2 ul li a {
    color: #333;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 16px 0;
    text-decoration: none;
    font-weight: 400;
}
.portal-grid1 ul li.whyt a,
.portal-grid2 ul li.whyt a {
    background: #f4f4f4;
}
.portal-grid1:hover div.info-bg ul li a,
.portal-grid1:hover div.info-value h3 a {
    color: #2da9d7;
}
.portal-grid2:hover div.info-bg ul li a,
.portal-grid2:hover div.info-value h3 a {
    color: #2da9d7;
}
.info-bg {
    background: #fff;
}
.info-bg ul {
    padding: 0;
}
.info-bg ul li {
    list-style: none;
}
.port-submit1,
.port-submit2 {
    padding: 2.95em 0em 2.7em;
    display: block;
}
.port-submit1 a,
.port-submit2 a {
    color: #FFF;
    font-size: 0.9em;
    font-weight: 500;
    padding: 0.8em 2em;
    text-decoration: none;
    background: #2da9d7;
    text-transform: uppercase;
    -webkit-appearance: none;
    outline: none;
}
.port-submit2 a {
    background: #2da9d7;
}
.port-submit1 a:hover,
.port-submit2 a:hover {
    color: #2b2b33;
}
.portal-grid1 h2,
.portal-grid2 h2 {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2% 4%;
    text-align: left;
}
.info-value img {
    width: 100%;
}


/* ============================================================
  DOCTOR AND PATIENT LOGIN PAGE
============================================================ */

.wrap-login {
    margin: 0 auto;
    width: 100%;
}
.login-grid1 {
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    width: 350px;
}
.login-grid1 h2 a {
    font-size: 24px;
    color: #fff;
}
.login-grid1 .info-value {
    padding: 5px 4% 1% 4%;
    margin: -1px 0;
    height: auto;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.login-grid1 .info-bg {
    height: auto;
    padding-bottom: 4%;
    padding-top: 1%;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.login-grid1 .info-value img {
    width: 120px;
    border-radius: 50%;
    margin-top: 6%;
}
.login-grid1 h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
.login-grid1 h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 2px 0;
}
input.user,
input.pass {
    width: 88%;
    margin: 16px auto 0 auto;
    display: table;
    padding: 10px;
    height: 44px;
    background-color: #ddd;
    border: none;
    border-radius: 7px;
    outline: none;
    color: #000;
}
input.user {
    margin: 10px auto 0 auto;
}
input.user::-webkit-input-placeholder,
input.pass::-webkit-input-placeholder {
    color: #acacac;
}
input.user:-moz-placeholder,
input.pass:-moz-placeholder {
    color: #acacac;
    opacity: 1;
}
input.user::-moz-placeholder,
input.pass::-moz-placeholder {
    color: #acacac;
    opacity: 1;
}
input.user:-ms-input-placeholder,
input.pass:-ms-input-placeholder {
    color: #acacac;
}
.combo-gender, .bdate{
    width: 88%;
    margin: 8px 0 0 0;
    padding: 10px;
    height: 44px;
    background-color: #ddd;
    border: none;
    border-radius: 7px;
    outline: none;
    color: #000;
}
.pass-widget {
    position: relative;
    display: inline;
    float: left;
    width: 10%;
    height: 40px;
    background-color: #383842;
    color: #d0d0d0;
    padding: 10px 17px;
}
.pass-widget .eye-pass {
    position: relative;
    right: 32px;
}
.pass-widget:hover, .pass-widget:focus {
    color: #d0d0d0;
}
.btn-login {
    width: 88%;
    height: 48px;
    margin: 10px 0 0 0;
    padding: 0 20px;
    background: #2da9d7;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    border-radius: 7px;
}
.p-create-doc-account{
    width: 88%;
    display: table;
    margin: 3% auto 0 auto;
}
.p-create-doc-account a {
    color: #2da9d7;
    font-size: 15px;
    font-weight: 400;
    float: right;
}
.p-goback {
    margin-top: 4%;
}
.p-goback a {
    color: #2da9d7;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}
.p-goback a:hover, .p-goback a:focus,
.p-create-doc-account a:hover, .p-create-doc-account a:focus {
    color: #004b88;
    text-decoration: none;
}
.footer-login {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}
#captcha_container {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: center center;
    -webkit-transform-origin: center center;
}
#p-error, #direct-error-1, #direct-error-2{
    display: none;
    font-weight: 500;
    margin-top: 3%;
    margin-bottom: 2%;
    padding: 1px;
    text-align: center;
    width: 97%;
    background-color: #fef1f1;
    border-color: #fcd9df;
    color: #f56b6b;
    font-size: 14px;
}
#form-direct>#examsList>.p-examDesc{
    font-size: 13px;
    margin: 8px 0px;
    text-align: center;
}
.p-message-login {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0% !important;
    display: table !important;
    padding: 6px !important;
}

.logtypes-btn{
    height: 70px;
    width: 100%;
    margin: 5% 0 0% 0;
}
#log-normal, #log-account, #log-direct{
    padding: 4% 2%;
    float: left;
    display: inline-block;
    background-color: #0095D9;
    color: #fff;
    border: none;
    width: 50%;
    height: 70px;
}
.log-clicked, #log-normal:hover, #log-normal:focus, #log-account:hover, #log-account:focus, #log-direct:hover, #log-direct:focus{
    background-color: #fff !important;
    color: #0095D9 !important;
    outline: 0;
}

/* ============================================================
  CONFIRM PATIENT ACCOUNT
============================================================ */
.confirm-log-grid1{
    width: 76%;
}
.confirm-log-info{
    padding: 4% !important;
    background-color: transparent !important;
}
.confirm-log-info .log-smile{
    font-size: 150px;
    color: #000;
}
.confirm-log-info h2 span{
    color: #000;
}
.confirm-log-info .err-advice{
    margin-top: 3%;
    color: #000;
}


/* ============================================================
  CREATE DOCTOR ACCOUNT
============================================================ */
.wrap-login .addrs-column .h1-crt-acc{
    font-size: 2em;
    font-weight: 300;
    color: #0095d9;
    margin: 20px 0 0 0;
}
.wrap-login .addrs-column .p1-crt-acc{
    margin: 4% 0 6% 0;
}
.wrap-login .addrs-column h4{
    font-size: 1.5em;
    font-weight: 300;
    color: #004b88;
    margin: 7% 0 2% 0;
}
.wrap-login .addrs-column ul li{
    margin-top: 7px;
}

/* ============================================================
  FOOTER
============================================================ */
.footer {
    padding-top: 1em;
    text-align: center;
    padding-bottom: 0.5em;
}
.footer p {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.footer p a {
    color: #004b88;
    padding-right: 1%;
    padding-left: 1%;
    border-right: 1px solid #000;
    cursor: pointer;
    text-decoration: none;
}
.footer p a:hover,
.footer p a:focus {
    color: #2da9d7;
    text-decoration: none;
}
.footer p .brand-name {
    padding-right: 0%;
    padding-left: 0%;
    border-right: 0;
}
.footer p .copyrights {
    padding-right: 0.5%;
    border-right: 1px solid #000;
}
.footer p .developedby {
    padding: 0 0% 0 0.5%;
}
.small-footer-p{
  text-align: center;
  width: 100%;
  margin: 15px 0px 10px 0px;
}
.small-footer-p .versioninfo {
    font-size: 10px;
}

/* ============================================================
  MODAL DIALOG
============================================================ */
.modal-header, .modal-footer{
    background: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    padding: 7px 14px !important;
    margin: 0;
    font-size: 14px;
}
.modal-header, .modal-footer {
	color: #d0d0d0;
}
.modal-header .close {
    font-size: 24px;
    color: #d0d0d0;
    text-shadow: none;
}
.modal-header h4 {
    font-size: 18px;
    margin: 0;
}
.modal {
    z-index: 100001;
}
.modal .modal-dialog .modal-content {
    border-radius: 0px;
    box-shadow: none;
    color: #d0d0d0;
    background: #27272b !important;
}
.modal .modal-dialog .modal-footer .btn {
    margin-top: 0;
    margin-bottom: 0;
}
.modal-backdrop {
    z-index: 100000;
}
.modal-backdrop.in {
    opacity: 0.8;
}


.btn-success, .btn-danger{
    width: auto;
    color: #0095d9;
    background: transparent;
    border: 1px solid #0095d9;
    border-radius: 0;
    display: inline-block;
    padding: 9px 12px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-success:hover, .btn-success:focus {
    background: #0095d9;
    color: #ffffff;
    outline: 0;
    border: 1px solid #0095d9;
}

.btn-danger {
    color: #d9534f !important;
    border-color: #d9534f !important;
}
.btn-danger:hover, .btn-danger:focus {
    color: #fff !important;
    background-color: #d9534f !important;
    outline: 0;
}

.btn-blue {
    border-radius: 0;
    padding: 2% 5%;
    color: #fff;
    background-color: #2da9d7;
    border-color: #2da9d7;
}

.login-tooltip{
    position: absolute;
    width: 300px;
    z-index: 1;
    display: none;
}

input::-webkit-input-placeholder {
    font-style: italic;
}
input:-moz-placeholder {
    font-style: italic;  
}
input::-moz-placeholder {
    font-style: italic;  
}
input:-ms-input-placeholder {  
    font-style: italic; 
}

.width-100 { width: 100%; }
.mgbt-xs-0 {
    margin-bottom: 0 !important;
}
.loading-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000
        url(../img/loading1.png) center
        no-repeat;
    z-index: 10000;
}
.disp-table {
    display: table !important;
}

.loading-gif-3 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}
.loading-gif-3>div{
    position: absolute;
    top: 40%;
    left: 50%;
    width: 200px;
    height: 56px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
    z-index: 999;
    font-size: 1em;
    border: 1px solid #0095d9;
    background-color: #27272b;
    color: #fff;
}
.loading-gif-3 .div-display-inblock {
    display: inline-block;
}
.width-8{
    width: 8px;
}
.no-margin-top {
    margin-top: 0 !important;
}

.ui-widget-header {
    border: 0;
    background: #383842;
    color: #d0d0d0;
}
.ui-widget.ui-widget-content {
    border: 0;
}
.ui-widget-content {
    background: #383842;
    color: #d0d0d0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #27272b;
    background: #27272b;
    color: #d0d0d0;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #0095d9;
    background: #0095d9;
    font-weight: normal;
    color: #ffffff;
}

.pinCode-1 input {
    width: 12% !important;
    height: 38px !important;
    text-align: center;
    outline: none;
    border: none !important;
}
.pinCode-1 button {
    width: 11%;
    height: 38px;
    padding: 1px;
    text-align: center;
    outline: none;
    color: #fff;
    background: #2da9d7;
    border: none;
    cursor: default;
}


/* ============================================================
  MEDIA QUERIES
============================================================ */

@media(max-width:1366px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
  html{
    background-position: center center;
  }
}
@media(max-width:1024px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
    }
    .info-value h2 a,
    .info-value.two h3 a {
        font-size: 1.6em;
    }
    .portal-grids {
        margin: 8% 0;
    }
    .portal-grid1 h2 a,
    .portal-grid2 h2 a {
        font-size: 21px;
    }
}
@media(max-width:768px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 h3 a,
    .portal-grid2 h3 a {
        padding: 0.4em 1em;
        font-size: 0.7em;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 1em auto;
    }
    .port-submit1,
    .port-submit2 {
        padding: 2em 0em 2em;
    }
    .addrs-column{
        width: 100%;
    }
}
@media(max-width:640px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 1em auto;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 15px;
        padding: 13px 0;
    }
    .portal-grid1 h2 a,
    .portal-grid2 h2 a {
        font-size: 21px;
    }
}
@media(max-width:600px) {
    .login-tooltip{
        display: none !important;
    }
}
@media(max-width:480px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
    }
    .portal-grid1 h2 a,
    .portal-grid2 h2 a {
        font-size: 19px;
    }
    .port-submit1,
    .port-submit2 {
        padding: 1.5em 0em 1.5em;
    }
    .header_bg {
        display: none;
    }
    img.cemark-login {
        width: 25px !important;
    }
    .pass-widget {
        padding: 10px 5px;
    }
    .new-login-body .m-div #login-form .info-div h3,
    .new-login-body .m-div .content1 .forgot-pwd,
    .new-login-body .m-div .content1 .login-register {
        font-size: 10px !important;
    }
    body {
        font-size: 12px !important;
    }
    .new-login-body .m-div #login-form .info-div {
        margin: 3% 0px 0px 2px !important;
    }
}
@media(max-width:434px) {
    img.cemark-login {
        float: right;
        margin-top: 10px;
    }
}
@media(max-width:410px) {
    .port-submit1, .port-submit2 {
        padding: 3em 0em 3em;
    }
    .portal-grid1 ul li a,
    .portal-grid2 ul li a {
        font-size: 12px;
    }
}
@media(max-width:320px) {
    .wrap {
        width: 90%;
    }
    .wrap-login {
        width: 100%;
    }
    .portal-grid1,
    .portal-grid2 {
        width: 100%;
        margin-right: 0;
    }
    .info-value h2 a,
    .info-value.two h3 a {
        font-size: 1.2em;
    }
    .info-value h5 span,
    .info-value lable {
        font-size: 16px;
    }
    .footer p {
        font-size: 0.9em;
        line-height: 1.5em;
    }
    img.cemark-login {
        width: 20px !important;
    }
    p.cemark-md-login {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .pass-widget {
        padding: 10px 0px;
    }
    div.imgs-align-1 {
        margin: 0 !important;
    }
}

.new-login-body {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    display: flex;
    background: #383842;
}
.new-login-body .m-div {
    width: 100%;
}
.new-login-body .m-div .left-div {
    color: #fff;
    background: linear-gradient(to right, #122230 0%, rgb(9, 17, 24) 100%);
    height: 100%;
}
.new-login-body .m-div .left-div .content1 {
    text-align: left;
    padding: 12.8rem;
}
.new-login-body .m-div .left-div img {
    width: 11.8rem;
    margin-bottom: 2.2rem;
}
.new-login-body .m-div .left-div h3 {
    font-weight: 300;
    font-size: 5.4rem;
    line-height: 1.167;
}
.new-login-body .m-div .left-div h6 {
    max-width: 62.2rem;
    margin-top: 3.6rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75;
}
.new-login-body .m-div {
    color: #d0d0d0;
    background: #383842;
}
.new-login-body .m-div .content1 {
    float: none;
    display: table;
    margin: 9% auto 0 auto;
    max-width: 493px;
    background: #27272b;
}
.new-login-body .m-div .content1 .col-sm-4 {
    cursor: pointer;
}
.new-login-body .m-div .content1 .p-title {
    text-transform: uppercase;
    text-align: center;
    color: #9a9898;
}
.new-login-body .m-div .content1 .i-opt {
    font-size: 35px;
    color: #22292f;
    display: table;
    margin: 0 auto;
    margin-bottom: 6px;
}
.m-div .content1 .i-opt.fa-id-card {
    color: #F9AA59 !important;
}
.m-div .content1 .i-opt.fa-phone-square {
    color: #F18866 !important;
}
.m-div .content1 .i-opt.fa-id-badge {
    color: #ff00d4 !important;
}
.new-login-body .m-div #login-form img.img-logo {
    width: 300px;
    margin: 18px auto 0px auto;
    display: inline;
}
.new-login-body .m-div #login-form .info-div {
    display: inline-block;
    margin: 7% 0px 0px 2px;
    text-align: left;
    width: 100%;
}
.new-login-body .m-div #login-form .info-div i {
    float: left;
    margin-right: 3%;
}
.new-login-body .m-div #login-form .info-div h3 {
    font-size: 12px;
    font-style: italic;
    float: left;
    margin: 0px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-weight: bold;
}
.new-login-body .m-div .content1 input.user,
.new-login-body .m-div .content1 input#logFormcaptchaInput{
    background-color: #383842 !important;
    margin: 0 0 1px 0;
    width: 100%;
    border-radius: 0;
    color: #d0d0d0;
    height: 40px;
    line-height: 40px;
}
.user.password.pwd-with-widget {
    display: inline !important;
    width: 90% !important;
    float: left;
    border-right: 0;
}
.new-login-body .m-div .content1 input.user::-webkit-input-placeholder,
.new-login-body .m-div .content1 input#logFormcaptchaInput::-webkit-input-placeholder,
.user.password::-webkit-input-placeholder {
    font-style: normal;
}
.new-login-body .m-div .content1 canvas#logFormCaptcha {
    border: none;
    outline: none;
    pointer-events: none;
    float: left;
}
.new-login-body .m-div .content1 .forgot-pwd {
    font-size: 12px;
    float: right;
    margin: 8px 0px 2px 0px;
    cursor: default;
    font-weight: bold;
}
.new-login-body .m-div .content1 .login-register {
    font-size: 12px;
    float: right;
    margin: 2px 0px 8px 0px;
    cursor: default;
    font-weight: bold;
}
.new-login-body .m-div .content1 .btn-login {
    color: #fff;
    background-color: #00aff0;
    width: 100%;
    border-radius: 0;
    border: none;
    cursor: default;
    height: 40px;
    line-height: 40px;
    margin: 8px 0px 0px 0px;
}
.mt-34 {
    margin-top: 3.4rem;
}
.mb-34 {
    margin-bottom: 3.4rem;
}
.new-login-body .m-div .content1 .all-options {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
}
.bd-bottom-bl1 {
    border-bottom: 1.7px solid #61dafb;
}
.list-unstyled {
    list-style: none;
    margin-left: 0;
	padding-left: 0;
}
.control-label {
    margin-bottom: 0;
    font-weight: 700;
}
.form-control, input[type="file"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select, textarea {
    background-color: #383842;
    border: 0;
    color: #d0d0d0;
}
input[type="file"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select, textarea {
    width: 100%;
    height: 25px;
    border: 0px;
    padding: 3px 15px 3px 15px;
    resize: vertical;
    border-radius: 0;
}
input:focus {
    outline: 0;
}
.modal select {
    height: 25px !important;
    padding: 3px 15px 3px 15px;
    border: none;
    border-radius: 0;
}
.mgleft-1em {
    margin-left: 1em;
}
.btn-windows, .wizard > .actions a {
    padding: 3px 18px;
    border: 2px solid #217fd0;
    background: #e4e2e2;
    color: #000;
    cursor: default;
    outline: none;
    transition: all 200ms ease-out;
    text-align: center;
}
.btn-windows, .wizard > .actions a {
    padding: 3px 18px;
    border: 1px solid #d0d0d0;
    background: #383842;
    color: #d0d0d0;
    cursor: default;
    outline: none;
    transition: all 200ms ease-out;
    text-align: center;
}
.float-right {
    float: right;
}
.alert-danger {
    border: none;
    border-radius: 0;
    height: 30px;
    padding: 6px 15px;
    margin-bottom: 10px;
}
.no-side-margins {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.half-width-2 {
    width: 49.5%;
    float: left;
    margin-left: 1%;
    height: 45px;
}
.disp-flex {
    width: 100%;
    display: flex;
}
.disp-in-block {
    width: 100%;
    display: inline-block;
}

img.cemark-login {
    width: 35px;
    position: relative;
    margin-left: 31px;
    vertical-align: bottom;
}
div.imgs-align-1 {
    display: table;
    margin: auto 49px auto auto;
}
p.cemark-md-login {
    margin: 5px 49px 0px 0px;
    float: right;
    font-size: 8px;
    color: #fff !important;
}