/*link hover*/
a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

/* bg*/
.bg-black{
    background-color: #000;
}
/*register*/

.register{
    width: 1200px;
    margin: 0 auto;
}
.register-con{
    display: table;
    width: 100%;
}
.register-left, 
.register-right{
    background: url(../P007/img/login_logotxt.png);
    position: relative;
    display: table-cell;
    width: 50%;
    height: 100vh;
    padding: 0px 20px;
}
.register-logo {
    margin-top: 20px;
    padding-left: 125px;
    width: 150px;
    height: 80px;
    background: url(../img/login_logotxt.png) no-repeat left center;
    background-size: contain;
    display: block;
    margin-bottom: 15px;
}
.register-panel {
    background-color: #242424;
    border-radius: 12px;
    padding: 0 30px;
}


.register-panel h3{
    font-size: 30px;
    text-align:center;
    color: #FFFFFF;
    font-weight:bold;
}

.register-panel:after {
    content:"";
    clear:both;
    display:block;
}

.register-player{
    background: url(../img/register_right.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    inset: 0;
}

.register .btn-cancle{
    font-size: 22px;
    background-color: transparent;
    color: #FFF;
    border: 1px #f3a600 solid;
    border-radius: 11px;
    color: #f3a600;
    width: 130px;
    padding: 2px;
}

.register .btn-cancle,
.register .btn-submit{
    font-size: 22px;
    background-color: transparent;
    color: #FFF;
    border: 1px #f3a600 solid;
    border-radius: 11px;
    color: #f3a600;
    width: 130px;
    padding: 2px;
}
.register .btn-cancle:hover,
.register .btn-submit:hover {
    background-color: #f3a600;
    color:#000;
}
.register .btn + .btn{
    margin-left:10px;
}

.registration input[type="text"],
.registration input[type="tel"],
.registration input[type="email"],
.registration input[type="password"],
.registration select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #525252;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 20px;
  color:#FFF;
  padding: 0 0;
}

.registration input[type="text"]:focus,
.registration input[type="tel"]:focus,
.registration input[type="email"]:focus,
.registration input[type="password"]:focus,
.registration select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}


.registration .has-error-Register {
    border: 0px solid #ffffff;
    margin-bottom: 30px;
}

.registration input:-webkit-autofill,
.registration input:-webkit-autofill:hover,
.registration input:-webkit-autofill:focus,
.registration input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.registration .form-control:focus,
.registration .has-error .form-control:focus {
    border-color: #f3a600;
}


.registration div.has-error:before{
    left:0;
    color: #ff2121; 
    background-color: transparent;
    font-size: 8px;
}



.registration .toggle-password{
    position: absolute;
    right: 12px;
    top: 22px;
    color: #6f8591;
}


@media (max-width: 1200px){
    /*.registration .has-error-Register {
        margin-bottom: 40px;
    }*/
    .registration div.has-error:before{
        font-size: 14px;
    }
    .textCheck {
        font-size: 14px !important;
    }
}




form.registration div input, form.registration div select {
    width: 100% !important;
}


.label_white{
    color: #6f8591;
}
/*login*/
body {
    background-color: #eeeeee;
}



.panel-default {
    border-color: #ddd;
    background-color: transparent;
}

.panel-body {
    background: #fff;
}

.panel-gray {
    background-color: #242424;
}



.login-panel .panel-body .login-logo {
    background: url(../img/login_logo.png) no-repeat 69px center;
}
.login-panel{
    text-align: center;
    width: 425px;
    max-width: 100%;
    padding: 30px 30px;
    border-radius: 20px;
    margin: 0 auto;
    background-image: linear-gradient(to bottom, rgba(61, 61, 61, 0.7), rgba(0, 0, 0, 0.5));
}

@media (min-width: 768px) {
    .login-panel {
        padding: 30px 45px;
    }
}
.login-tip{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px; 
}


@media (min-width: 768px) {
    .login-tip {
        color: #FFF;
        text-align: center;
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 80px; 
    }
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
/*navbar logo*/

a.logo {
    margin: 10px 0 0 20px;
    padding-left: 125px;
    width: 220px;
    height: 65px;
    background: url(../img/logo.png) no-repeat left center;
    display: block;
    font-size: 20px;
}
/*head*/
.navbar.navbar-default {
    background-color: #eee;
}

ul.top_menu > li.time {
    color: #aaa;
}

.dropdown a {
    color: #428bca;
}

/*head icon*/
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

.badge-important {
    background-color: #b94a48;
}

.badge-success {
    background-color: #468847;
}

.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    }

.badge-msg {
    background-color: #5bc0de;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.btn-warning, .btn-warning:disabled, .btn-warning.disabled:hover, .btn-warning[disabled]:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #428bca;
        border-color: #357ebd;
    }

.btn-outline {
    background-color: transparent;
}

.btn-info.btn-outline {
    color: #5bc0de;
    background-color: transparent;
}

.btn-primary.btn-outline {
    color: #428bca;
    background-color: transparent;
}

.btn-danger.btn-outline {
    color: #d43f3a;
    background-color: transparent;
    border-color: #d43f3a;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-primary.btn-outline:hover {
    color: #fff;
    background-color: #428bca;
}

.btn-success.btn-outline:hover {
    color: #fff;
    background-color: #449d44;
}

.btn-info.btn-outline:hover {
    color: #fff;
    background-color: #428bca;
}

.btn-warning.btn-outline:hover {
    color: #fff;
}

.btn-danger.btn-outline:hover {
    color: #fff;
    background-color: #c9302c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

.has-error {
    border: 1px solid #c0144c;
}

/*sidebar*/
.sidebarBg {
    background-color: #eeeeee;
}

.navbar-default {
    background-color: #eee;
}

.nav > li > a:hover {
    background-color: #fff;
}

.sidebar .nav-second-level li a {
    font-style: italic;
    color: #888;
}
/*index*/

.panel-warning.blue {
    border: #faebcc 2px solid;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-warning.blue > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.progress {
    background-color: #fff;
}

.progress-bar {
    background-color: #428bca;
}
/*crumb*/
.breadcrumb {
    background-color: #f5f5f5;
}

    .breadcrumb li a i {
        color: #428bca;
    }

/*sub pages*/
/*-----title-----*/
span.label {
    background-color: #aaa;
    font-size: 14px;
    margin: 2px;
    display: inline-block;
}
/*-----well-----*/
.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

.panel-body {
    padding: 15px;
    background: #fff;
}

/*pagination*/

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

/*table*/
.zebra th {
    background-color: #eee;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-bottom: 2px solid #ddd;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.zebra .btn-primary.btn-outline {
}

.zebra .btn-success {
    color: #fff;
    border-color: #5cb85c;
    background-color: #449d44;
}

.btn-success.btn-outline {
    background-color: transparent;
    color: #449d44;
}

.zebra .btn-success.btn-outline:hover {
    color: #ffffff;
    border-color: #5cb85c;
    background-color: #449d44;
}
/*scrollToTop*/
a#scrollToTop {
    position: fixed;
    bottom: 100px;
    right: 1%;
    display: none;
    width: 38px;
    height: 38px;
    background: #428bca;
    text-align: center;
    z-index: 999;
}
/*tab*/
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
    font-size: 13px;
}

/*cover*/
.cover {
    background-color: #fff;
}

.login-title {
    text-align: center;
    color: #FFFFFF;
    font-size: 25px; 
}

.form-group.login-title{
    margin-bottom:15px;
}
@media (min-width: 768px) {
    .login-title { 
        margin-bottom: 50px;
    }
}
.login-page {
    background: url(../img/login_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 15px;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    left: 0;
    top: 0;
}

.login-page h1{
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
@media (min-width: 768px) {
    .login-page {
        padding: 30px;
    }
    .login-page h1{ 
        font-size: 58px;
        margin-bottom: 48px;
    }
}    

.btn-login {
    background-color: transparent;
    border: 1px #FFF solid;
    color: #FFF;
    border-radius: 100px;
    padding: 14px;
    font-size: 24px;
    opacity: 1 !important;
    width: 200px !important;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-contact{
    position: relative;
    font-size:16px;
    max-width: 1200px;
    margin: 0 auto;
}

.login-contact > div {
    padding-left:0;
    padding-right:0;
}

@media (min-width: 768px) {
    .login-contact > div {
        padding-left:0;
        padding-right:0;
    }
}

.contact-panel{
   
    padding: 36px 0;
    border-radius: 20px;
    width: 100%;
    max-width: 430px;
    margin: 5px auto;
    padding: 10px;
    border-radius: 9px;
    background-image: linear-gradient(to bottom, rgba(94, 94, 94, 0.4), rgba(128, 128, 128, 0.4));
    position: relative;
}
@media (min-width: 768px) {
    .contact-panel {
        background-image: linear-gradient(to bottom, rgba(94, 94, 94, 0.8), rgba(128, 128, 128, 0.8));
    }
}
.contact-panel h3{
    color: #FFF;
    font-size: 18px;
    margin: 0;
}
.contact-panel p {
    margin: 0
}

@media (min-width: 768px) { 

    .contact-panel {
        width: 85%;
        max-width: 270px;
        height: 155px;
        padding: 50px 0;
        border-radius: 20px;
    }

    .contact-panel h3{
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) { 
    .contact-panel {
        height:180px;
    }
    .contact-panel h3 {
       font-size:24px;
    }
}

.login-contact p{
    color: #FFF;
    font-size:18px;
}
@media (min-width: 768px) { 
    .login-contact p{
        font-size:18px;
    }
}
@media (min-width: 1200px) { 
    .login-contact p{
        font-size:24px;
    }
}

.login-contact img{
    position: absolute;
    left: 8px;
    top: -15px;
    width:95px;
}
@media (min-width: 768px) { 
    .login-contact img{
        position: absolute;
        left: -1px;
        top: -28px;
        width: 95px;
    }
}

#repMsg {
    text-align: center;
    color: red;
}

.btnRegistration {
    padding-top: 5px;
    text-align: center;
}

    .btnRegistration a:active {
        color: #FFFFFF;
    }

    .btnRegistration a:link {
        color: #FFFFFF;
    }

    .btnRegistration a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    .btnRegistration a:hover {
        color: #FFFFFF;
        text-decoration: none;
    }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media screen and (max-width: 1360px) {
    .signup-dashboard-icon {
        height: 40px;
        margin-top: 0px;
        margin-left: -10px;
    }

    .active-member-dashboard-icon {
        height: 40px;
        margin-top: 0px;
        margin-left: -10px;
    }

    .total-deposit-dashboard-icon {
        height: 40px;
        margin-top: 0px;
        margin-left: -10px;
    }

    .total-withdrawal-dashboard-icon {
        height: 40px;
        margin-top: 0px;
    }

    .total-turnover-dashboard-icon {
        height: 40px;
        margin-top: 0px;
        margin-left: -10px;
    }

    .dashboard-text {
        font-weight: 900;
        font-size: 10px;
        margin-top: 9px;
    }

    .signup-dashboard-text-container {
        padding-left: 20px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .active-member-dashboard-text-container {
        padding-left: 20px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .total-deposit-dashboard-text-container {
        padding-left: 20px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
        margin-left: -5px;
    }

    .total-withdrawal-dashboard-text-container {
        padding-left: 25px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .total-turnover-dashboard-text-container {
        padding-left: 20px;
        padding-top: 10px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .total-fee-container {
        font-size: 11px;
    }

    .col-sm-10.total-withdrawal-dashboard-text-container {
        width: 50%;
    }
}

@media (max-width: 768px) {
    html, body {
        height:100%;
    }

    .login{
        height:100%;
    }

    .container {
        margin: 0;
        height: 100%;
        padding: 0;
    }

    .login-page {
        /*background: linear-gradient(#A56F00, #440B00);*/
        padding: 15px;
        width: 100%;
        height: 100%;
        margin: 0;
        min-height: 550px;
    }


    .input-container {
        /*background: linear-gradient(#A56F00, #440B00);*/
        padding: 0;
        
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin: 0 auto 0 auto;
    }
}

@media screen and (min-width: 1360px) {
    .signup-dashboard-icon {
        height: 40px;
        margin-top: 20px;
    }

    .active-member-dashboard-icon {
        height: 40px;
        margin-top: 20px;
    }

    .total-deposit-dashboard-icon {
        height: 40px;
        margin-top: 20px;
    }

    .total-withdrawal-dashboard-icon {
        height: 40px;
        margin-top: 20px;
    }

    .total-turnover-dashboard-icon {
        height: 40px;
        margin-top: 20px;
    }

    .signup-dashboard-text-container {
        padding-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .active-member-dashboard-text-container {
        padding-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .total-deposit-dashboard-text-container {
        padding-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .total-withdrawal-dashboard-text-container {
        padding-left: 30px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }

    .total-turnover-dashboard-text-container {
        padding-left: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 10px;
    }
}
.text-o-light {
  color: #f3a600; 

}
.form-group {
    position:relative;
  margin-bottom: 10px;
}
.textCheck{
    left:0;
    color: #ff2121; 
    background-color: transparent;
    font-size: 8px;
}


.login-rule {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        height: 100%;
        z-index: 10;
        overflow-y: auto;
    }
@media (min-width: 768px) {
    .login-rule{
        position: absolute;
       
    }
}
.login-rule h2{
    color: #F3a600;
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .login-rule h2{
        font-size: 54px;
        margin-top: 70px;
        margin-bottom: 110px;
    }
}

.login-rule > ul{
    width:100%;
    margin: -10px;
}

@media (min-width: 768px) {
    .login-rule > ul {
        margin: 0 auto;
        width: 970px;
    }
}
.login-rule > ul >li p {
    margin: 20px 0 20px 0;
    line-height: 20px;
}
@media (min-width: 768px) {
    .login-rule > ul > li p {
        line-height: 30px;
    }
}
.login-rule > ul >li span{
    color: #09e0af;
}


.login-rule > ul >li {
    color: #F3a600;
    font-size: 14px;
    font-weight: bold;
    line-height: 26px;
    list-style-type: decimal;
}

@media (min-width: 768px) {
    .login-rule > ul > li {
        font-size: 16px;
    }
}
.login-rule > ul > li > ul{
    margin-left: -36px;
}
@media (min-width: 768px) {
    .login-rule > ul > li > ul {
        margin-left: 0;
    }
}
.login-rule > ul > li > ul > li{
    color: #FFF;
    font-size: 14px;
    margin-bottom: 12px;
    list-style-type: circle;
        line-height: 20px;
}

@media (min-width: 768px) {
    .login-rule > ul > li > ul > li {
        font-size: 16px;
    }
}

.login-light{
    position: absolute;
    left: 50%;
    top: 3px;
    margin-left: -458px;
    width: 940px;
    display: none;
}

.login-light img {
    width: 100%;
}


@media (min-width: 768px) {
    .login-light {
        display: block;
    }
}

.login-xbtn{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    background-color: transparent;
}
.login-xbtn:before{
    content: "";
    width: 44px;
    height: 5px;
    background-color: #FFF;
    position: absolute;
    transform: rotate(45deg);
    top:20px;
}
.login-xbtn:after{
    content: "";
    width: 44px;
    height: 5px;
    background-color: #FFF;
    position: absolute;
    transform: rotate(-45deg);
    top:20px;
}

@media (min-width: 768px) {
    .login-xbtn {
        right: 30px;
        top: 30px;
    }
}
.login-nav{
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}


.login-nav  a{
    color: #FFF;
    width: 40%;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    border-bottom: 2px #FFF solid;
    height: 30px;
    display: inline-block;
    text-decoration: none;
}

.login-nav a.selected {
    color: #f3a600;
    border-bottom: 4px #f3a600 solid;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
}

.popup-content {
    background-color: white;
    padding: 2em;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 50em;
}

.popup-content label {
    text-align: left;
}

.ng-cloak {
    display: none !important;
}

@media (min-width: 768px) {
    .login-nav {
        position: absolute;
        right: 20px;
        top: 70px;
    }
    .login-nav a {
        margin: 0 20px;
        width: auto;
        font-size: 22px;
        height: 40px;
        border-bottom: 4px #FFF solid;
    }
}

/* Style for the overlay background */
.overlay-mail {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

/* Style for the popup box */
.popup-mail {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Style for the close page and resend mail buttons */
.button-container-mail {
    text-align: center;
}

.close-page-button-mail, .resend-mail-button-mail {
    text-decoration: none;
    padding: 10px 20px;
    background-color: #0074d9;
    color: white;
    border: 2px solid #4CAF50; /* Green border for the Resend Mail button */
    border-radius: 5px;
    cursor: pointer;
    margin: 5px; /* Add margin for spacing */
}

.close-page-button-mail {
    background-color: #ccc; /* Set a grey background color for the Close Page button */
}