.user-main {
    background-color: white;
    z-index: 100;
    margin-top: -25px;
    border-radius: 10px;
    border: 1px solid #3a7ec9;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

.font0_8 {
    font-size: 0.8em !important;
}

.font1_2 {
    font-size: 1.2em !important;
}

.font13 {
    font-size: 13px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
}

.font22 {
    font-size: 22px !important;
}

.font24 {
    font-size: 24px !important;
}

.font26 {
    font-size: 26px !important;
}

.font28 {
    font-size: 28px !important;
}

.font32 {
    font-size: 32px !important;
}

.font38 {
    font-size: 38px !important;
}

.bottom-info-text {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.txt-blue {
    color: #4696cd !important;
}

.txt-red {
    color: #f42c39 !important;
}

.roboto-slab-regular {
    font-family: Roboto-Slab-regular;
}

.login-f {
    border: none !important;
    border-bottom: 2px solid #3a7ec9 !important;
    font-size: 1.1em !important;
    font-family: Roboto-regular;
    font-weight: normal;
    color: #464646;
    outline: none;
    height: auto !important;
    background-color: transparent !important;
}

.custom-button {
    background-color: #4696cd;
    color: white;
    padding: 12px 50px;
    border: none;
    border-radius: 5px;
    font-family: Roboto-500;
    text-decoration: none !important;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13.3333px;
    line-height: normal;
    /* -webkit-appearance: button; */
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
}

.atag {
    color: inherit;
    text-decoration: none;
}

.uk-alert {
    background: inherit !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.atag:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.uk-checkbox {
    border: 1px solid #4696cd;
}

.uk-checkbox:checked {
    background-color: #3a7ec9 !important;
}

.login-links a {
    font-size: 0.8em;
}

.login-links > div {
    padding-left: 0px !important;
}

.custom-button:hover {
    color: white !important;
    transition: 0.4s;
    background-color: #3a7ec9 !important;
    cursor: pointer;
}

.custom-checkbox-padding {
    padding: 20px 5px;
}

@media (max-width: 800px) {
    .mob-center {
        text-align: center !important;
    }
}

@media (max-width: 700px) {
    .user-main {
        width: 40%;
    }
}

@media (max-width: 500px) {
    .user-main {
        width: 50%;
    }
    .bottom-info-text {
        width: 80%;
    }
}

@media (max-height: 750px) {
    .user-main {
        margin-top: 60%;
    }
}
