﻿body,
html {
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

form [type=submit]:hover {
    background: #15a8f5 radial-gradient(circle, transparent 1%, #15a8f5 1%) center/15000%;
}

form [type=submit]:active {
    background-color: #307edf;
    background-size: 100%;
    transition: background 0s;
}

form [type=submit] {
    background: #15a8f5;
    color: #fff;
    padding: 24px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3px;
    font-weight: 600;
    border: 0;
    background-position: center;
    transition: background 0.8s;
}

.login-google-button {
    background-position: center !important;
    transition: background 0.8s !important;
}

    .login-google-button:hover {
        background: #ef5d53 radial-gradient(circle, transparent 1%, #ef5d53 1%) center/15000% !important;
    }

    .login-google-button:active {
        background-color: #ca4d3e !important;
        background-size: 100% !important;
        transition: background 0s !important;
    }

.login-google-button {
    background: #ef5d53 !important;
    color: #fff !important;
    padding: 24px !important;
    width: 100% !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    position: relative !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
}

@media (min-width:411px) {
    .checkbox-agreement-wrapper {
        font-size: 18px;
    }
}

@media (min-width:320px) {
    .checkbox-agreement-wrapper {
        font-size: 16px;
    }

    .birthday {
        width: 90%;
    }

    .loginWrapper {
        width: 100%;
        margin-bottom: 0;
    }

    form input {
        width: 90%;
    }

    .error {
        width: 90% !important;
    }
}

.forget-password-text {
    width: 90%;
}

#recBtnEmail {
    width: 90%;
}

.login-and-register-intro h2 {
    font-size: 28px;
}

.login-and-register-intro h4 {
    font-size: 22px;
}

.modal.show .modal-dialog {
    margin: 0 auto;
}

/*@media only screen and (min-width: 580px) {
    .mobile-login-and-register {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

        .mobile-login-and-register .container {
            position: absolute;
            top: 25%;
        }
}*/

.header img {
    width: 160px;
    height: 160px;
}
