
html, body {
    height: 100%;
    margin: 0;
}

.login {
    margin-top: 26px;
    min-height: 100%;
    margin-bottom: -50px;
}


    .login label {
        font-size: 16px;
    }

    .login input {
        font-size: 20px;
    }

.loginLogo img {
    height: 80px;
    width: 80px;
}

/* .cardHead{
    padding-left: 15%;
  } */


.card .card-action {
    border-top: rgba(0,0,0,0);
}

/* label underline focus color */
.input-field input:focus {
    border-bottom: 1px solid #00BCD4 !important;
    box-shadow: 0 1px 0 0 #00BCD4 !important
}

    /* label focus color */
    .input-field input:focus + label {
        color: #00BCD4 !important;
    }

.input-field .prefix.active {
    color: #00BCD4;
}

.caption div h4 {
    /*font-family: 'Baloo Thambi 2', cursive;*/
}

.footer-copyright {
    width: 100%;
    /*position: absolute;

    bottom: 0;
    left: 0;*/

    background-color: rgba(0,0,0,0.26) !important;
}

/*.footer-copyright {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: rgba(0,0,0,0.26) !important;
}*/

.footerText {
    padding-bottom: 15px !important;
    padding-top: 12px !important;
    font-size: small;
}

.materialboxed {
    cursor: auto !important;
}

.recaptext {
    text-align: center !important;
}

.g-recaptcha {
    display: inline-block !important;
}

.subsCard {
    height: 320px;
    width: 240px;
}

@media only screen and (min-width: 993px) {
    .mobicon {
        display: none !important;
    }
}

/*.modal-lg {
    max-width: 54% !important;
}*/

span.field-icon {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    color: #707070;
}

.custom-text-capitalize {
    text-transform: capitalize;
}

.olbig li span b, .olbig li::marker, .olbig li p.oltitlebig {
    color: #6c86b5;
    font-size: 20px !important;
}

.olbig li ul li::marker {
    color: rgba(0,0,0,0.87) !important;
    font-size: 14px !important;
}