body {
    font-family: 'proxima-nova', sans-serif;
    color: #000;
    padding: 0;
    margin: 0 auto;
}

.content-wrapper {
    margin: 0 auto;
    padding-top: 3rem!important;
}

.custom-select {
    border:1px solid black;
}

.form-control, .btn {
    border-radius: 0
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    height: 35px;
    padding: 0 .75rem !important;
    border: 1px solid #495057;
}

.form-control:focus, .form-control:invalid, .form-control:valid {
    box-shadow: none!important;
}

.form-control:focus, .form-control:focus~.input-group-append .input-group-text {
    border-color: #ced4da!important;
}

.input-group-text {
    border-color: #000;
    padding: 0 0.75rem;
}

input:-webkit-autofill {
    background: #fff !important;
}

.was-validated .form-control:valid {
    border-color: #000 !important;
}

.was-validated .form-control:focus {
    border-color: #ced4da !important;
}

.was-validated .form-control:invalid~.invalid-feedback {
    color: #dc3545 !important;
}

.needs-validation .form-control~.invalid-feedback {
    display: block;
    color: white;
}

.was-validated .form-control:invalid~.input-group-append .input-group-text, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}

.btn {
    padding: 0 .75rem;
    height: 35px;
    line-height: 35px;
    border: none !important;
}

.btn:focus, .btn-dark:focus {
    box-shadow: none !important;
}

.btn-dark {
    background-color: #000;
}

.btn-dark:hover {
    background-color: #444;
}

.btn-dark:click {
    background-color: #282828;
}

select {
    height: 35px !important;
}

.bold-logo {
    height: 75px;
    margin-bottom: 50px;
}

.bold-logo-Signup {
    height: 50px;
    margin-bottom: 0px;
}

.bold-logo-Signup-confirm {
    height: 75px;
    margin-bottom: 30px;
}

.mk-logo {
    width: auto;
    height: 13px;
    margin-top: 30px;
}

.Signup-mk-logo {
    text-align: left;
}

.Signup-mk-logo img {
    width: auto;
    height: 11px;
}

.modal {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.otpInput {
    border-width: 0 0 1px 0;
}

.signup-footer {
    background-color: #000 !important;
    color: #fff;
    /* position: -webkit-fixed;
    position: fixed; */
    /* bottom: 0; */
}

.signup-footer .link-divider {
    /*margin-left: 40px;*/
    margin-left: 15px;
}

.signup-footer .link {
    text-align: right;
    padding-top: 1px;
}

.signup-footer a, .signup-footer a:hover {
    color: #fff !important
}

.min-height-700 {
    /*min-height: 700px;*/
    padding-top: 3rem!important;
    margin-bottom: 100px;
}

.error-msg-500 {
    font-size: 3.5rem;
    font-weight: 900;
    color: #000;
    line-height: 4rem;
}

.table .thead-black th {
    color: #fff;
    background-color: #000;
    border: none;
}

@media screen and (max-width: 992px) {
    .signup-footer {
        position: initial;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {
    .bold-logo {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .footnote {
        text-align: center;
    }
    .mk-logo {
        width: 100% !important;
        height: auto !important;
        margin: 30px auto 0 auto;
    }
    .signup-footer .link-divider {
        display: none;
    }
    .signup-footer .link {
        text-align: center;
    }
    .bold-logo-Signup {
        width: 100% !important;
        height: auto !important;
    }
    .bold-logo-Signup-confirm {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 30px;
    }
    .Signup-mk-logo {
	text-align: center;
	}
    .Signup-mk-logo img {
        width: auto !important;
	    height: 11px !important;
        text-align: center;
    }
}

.bg-black {
    background: black;
}


.table-plan {
    border-collapse:collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-plan .fld-header { 
    height:80px;
    padding-top:10px; 
    padding-bottom:5px;      
    text-align:center!important; 
    color:white;   
}

.table-plan .fld { 
    height:60px;
    padding-top:10px; 
    padding-bottom:5px; 
    padding-right:5px;
}

.table-plan .fld-left { 
    padding-left:1em;         
    text-align:left!important;  
}

.table-plan .fld-norm { 
    padding-left:5px;     
    text-align:center!important;  
}

.table-plan .fld:nth-child(odd) {
    
}

.table-plan .fld:nth-child(even) {
    background-color:rgba(0,0,0,.05);
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.input-group-text1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;    
}
