body, html, #root, .full-height-row {
    height: 100%;
}

body {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

Label, p {
    color: #8192a2;
}

p {
    margin-bottom: 0;
}

a {
    cursor: pointer;
}

.mrt-5 {
    margin-top: 5px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 13px;
}

::-moz-placeholder { /* Firefox 19+ */
    font-size: 13px;
}

:-ms-input-placeholder { /* IE 10+ */
    font-size: 13px;
}

:-moz-placeholder { /* Firefox 18- */
    font-size: 13px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 13px;
}


.login-page {
    height: 100%;
    overflow: hidden;
}

    .login-page .left-bg {
        background-image: url("/Content/assets/img/login/login-bg.png");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }

    .login-page .right-bg {
        background-color: #1ca5eb;
        height: 100%;
    }

    .login-page .login-form-box {
        height: 100%;
        margin: 0 auto;
        padding-top: 30px;
    }

    .login-page .right-bg h4 {
        font-weight: 400;
        font-size: 17px;
    }

    .login-page label {
        color: #fff;
    }

.login-logo {
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}

.login-page Form {
    color: #fff;
}

.input-group {
    margin-top: 13px;
}

.input-group-text {
    border-radius: 15px;
    color: #0983ce;
    background-color: #fff;
    border-right: none;
}

.login-page .form-control {
    border-radius: 15px;
    height: calc(1.5em + .75rem + 2px);
    border-left: none;
}

.passwordLink {
    font-size: 12px;
    float: right;
    text-decoration: underline !important;
    line-height: 28px;
}

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

    .checkbox > span {
        color: #ffffff;
        padding: 7px;
        font-size: 12px;
    }

    .checkbox > input {
        height: 17px;
        width: 17px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border-radius: 4px;
        outline: none;
        transition-duration: 0.3s;
        background-color: #ffffff;
        cursor: pointer;
        margin-top: 7px;
        margin-left: 2px;
        box-shadow: 0px 0px 8px rgba(48,48,48,0.5);
    }

        .checkbox > input:checked {
            background-color: #0983ce;
        }

            .checkbox > input:checked + span::before {
                content: '\2713';
                display: block;
                text-align: center;
                color: #fff;
                position: absolute;
                left: 6px;
                top: 7px;
            }

        .checkbox > input:active {
            border: 2px solid #34495E;
        }

.btn-login, .btn-register {
    margin: 18px auto;
    display: block;
    padding: 3px 34px;
    border-radius: 18px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 18px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

    .btn-login:hover, .btn-register:hover {
        background-color: transparent;
        border-color: #003b58;
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .btn-login:focus, .btn-login:active {
        color: #fff;
        background-color: #003b58 !important;
        border-color: #003b58 !important;
    }

.playstore-img {
    width: 140px;
}

.appstore-img {
    width: 125px;
    margin-top: 8px;
}

.custom-row [class*="col-"]:first-child {
    padding-right: 0;
}

.custom-row [class*="col-"]:last-child {
    padding-left: 0;
}

.signUpLink {
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.copyright-footer {
    position: relative;
    bottom: 20px;
    font-size: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

    .copyright-footer p {
        color: #fff;
    }

.react-card-flip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin-top: 30px;
}

    .react-card-flip .btn-login, .react-card-flip .btn-register {
        transform: none;
    }

.react-card-flip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin-top: 30px;
}

.select-country-input {
    border: none;
    background-color: white;
    border-radius: 15px;
    height: calc(1.5em + .75rem + 2px);
    width: 100%;
    padding: .375rem .75rem;
    position: relative;
    flex: 1 1;
    min-width: 0;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

select:not(:focus) {
    font-size: 13px;
    height: calc(1.8em + .75rem + 2px);
}

/* Media Queries */
@media only screen and (max-width: 992px) {
    .off {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media only screen and (min-width: 991px) {
    .on {
        display: block;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}
/* Media Queries */
