html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
 /* margin-bottom: 60px;*/
}

.checkmypay_login {
    background: #adadad;
    height: auto;
    padding: 20px 0;
    min-height: 100vh;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex;
}
button#createuser.dissable {
    background: #ccc;
    cursor: not-allowed !important;
    pointer-events: none;
}

.checkmypay_login {
    background: #adadad;
    height: auto;
    padding: 20px 0;
    min-height: 100vh;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex;
}

.custom-login {
    background: #fff;
    width: 553px;
    max-width: 100%;
    padding: 15px 30px;
    border-radius: 4px;
}

.check-header img {
    width: 100% !important;
}

.custom-register label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 100%;
}

.custom-login input {
    margin: 10px 0;
    height: 40px;
    border-radius: 2px;
}

.custom-login h3 {
    font-size: 24px;
    padding: 20px 0 10px 0 !important;
}

.signup_btn {
    background-color: #0FA3B1;
    border-radius: 2px;
    font-size: 18px;
    padding: 10px 16px;
    color: #fff;
    height: 60px;
    margin-top: 5px;
}

    .signup_btn:hover {
        background-color: #0D8994;
        color: #fff;
    }

.custom-login a {
    color: #337ab7;
    font-weight: normal;
}

.custom-login span {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.error {
    border-color: red;
}

.loader-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.27);
    width: 100%;
    height: 100%;
    display: none;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.send_verify_btn {
    background-color: #0FA3B1;
    font-size: 14px;
    padding: 6px 12px;
    color: #fff;
    height: 34px;
    margin-top: 5px;
    line-height: 1.42857143;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    width:auto;
}

    .send_verify_btn:hover {
        background-color: #0D8994;
        border: 1px solid transparent;
    }
.choose_buttons button {
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 60px;
    width: 49%;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.choose_buttons button#cancel, .choose_buttons button#cancel_bttn {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    width: 100%;
}

    .choose_buttons button#cancel.notFullwidth, .choose_buttons button#cancel_bttn.notFullwidth {
        width: 50%;
    }

.choose_buttons button#create:hover {
    background-color: #0D8994;
}

.choose_buttons button#cancel:hover, .choose_buttons button#cancel_bttn:hover {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.choose_buttons button#create:hover {
    background-color: #0D8994;
}

.choose_buttons button#cancel:hover {
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}