﻿
@font-face {
    font-family: 'Sofia Pro Regular';
    font-family: 'Sofia Pro Regular';
    src: url('../../../wwwroot/css/fonts/SofiaPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../../../wwwroot/css/fonts/SofiaPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../../../wwwroot/css/fonts/SofiaPro-Regular.otf') format('opentype');
}


html, body {
    margin: 0;
    padding: 0;
    line-height: 1.25;
    font-size: 1rem;
    color: #37474F;
    height: 100%;
    font-weight: 400;
}

html, body,
p, label,
h1, h2, h3, h4, h5, h6,
.mdl-textfield__input {
    font-family: 'Sofia Pro Regular', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
button,
.transition {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fullwidth {
    width: 100%;
}

.mgtop5 {
    margin-top: 5px;
}

.mgtop15 {
    margin-top: 15px;
}

.mgtop30 {
    margin-top: 30px;
}

.mgtop50 {
    margin-top: 50px;
}

.no-margin {
    margin: 0;
}

.mg-btm0 {
    margin-bottom: 0;
}
.mg-btm15 {
    margin-bottom: 15px;
}

.mg-btm30 {
    margin-bottom: 30px;
}

.shadow-depth-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.shadow-depth-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.shadow-depth-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.shadow-depth-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.shadow-depth-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.login-page-container, .register-page-container,
.twoFaAuth-page-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/bkg-5.png);
    background-position: right center;
    background-size: cover;
    padding: 50px;
}



    .login-page-container::before, .register-page-container::before,
    .twoFaAuth-page-container::before {
        /*content: "";*/
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #FC466B; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        opacity: 0.65;
    }

    /*.login-page-container .form-container {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        z-index: 999;
        width: 500px;
        height: 100%;
        padding: 50px;
    }*/


    .login-page-container .form-container {
        position: absolute;
        background-color: #fff;
        z-index: 999;
        width: 35%;
        height: 70%;
        padding: 50px;
        margin: 0 auto;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 33px 33px 0px #00000029;
        opacity: 1;
        left: 55%;
        top: 15%;
        border-radius: 20px;
        min-height: 310px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .register-page-container .form-container {
        position: absolute;
        background-color: #fff;
        z-index: 999;
        width: 40%;
        height: 90%;
        padding: 5px 50px;
        margin: 0 auto;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 33px 33px 0px #00000029;
        opacity: 1;
        left: 50%;
        top: 5%;
        border-radius: 20px;
        min-height: 310px;
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .twoFaAuth-page-container .form-container {
        position: absolute;
        background-color: #fff;
        z-index: 999;
        width: 35%;
        height: 65%;
        padding: 50px;
        margin: 0 auto;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 33px 33px 0px #00000029;
        opacity: 1;
        left: 55%;
        top: 25%;
        border-radius: 20px;
        min-height: 310px;
    }

.register-label {
    font-size: 14px;
    color: darkgray;
}

    .register-label a {
        color: #000;
        margin-left: 2px;
        text-decoration: none;
        font-size: 14px;
    }

.register-form .mdl-textfield {
    padding: 0;
}

.twoFactorCode {
    width: 50%;
    padding: 12px 20px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 15px;
    box-sizing: border-box;
}

    .twoFactorCode:focus {
        outline: none;
        box-shadow: 0px 0px 2px #0066ff;
    }

.checkbox .remember-machine::before {
    width: 15px;
    height: 15px;
    border: solid 1px #000;
}

.flexbox {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

.flexbox-column {
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.login-page-container #logo, .register-page-container #logo,
.twoFaAuth-page-container #logo {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    width: 100%;
}

    .login-page-container #logo img, .register-page-container #logo img,
    .twoFaAuth-page-container #logo img {
        text-decoration: none;
        position: relative;
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

.form-container h4 {
    font-weight: 900;
    font-size: 21px;
    margin-bottom: 15px;
    color: #2D2D47;
}

.login-txt {
    margin-right: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #B96F4E;
}

.form-container .signup-txt {
    text-decoration: none;
    color: #B96F4E;
    font-weight: 900;
    margin-right: 10px;
    font-size: 15px;
}

.txt-description {
    width: 140px;
    text-align: left;
    font: Regular 40px/50px Muli;
    letter-spacing: 0;
    color: #FFFFFF;
    opacity: 1;
}

    .txt-description h5, .txt-description p {
        line-height: 30px;
    }

.container-description {
    background: #2D2D47 0% 0% no-repeat padding-box;
    box-shadow: 33px 33px 6px #00000029;
    border: 1px solid #707070;
    opacity: 0.82;
    width: 55%;
    padding-left: 30px;
    position: absolute;
    height: 60%;
    left: 40%;
    top: 20%;
    border-radius: 20px;
}

.register-page-container .container-description {
    width: 60%;
    left: 35%;
}

    .register-page-container .container-description .txt-description {
        width: 150px;
    }

.show-password-icon {
    font-size: 30px;
    color: #2D2D47;
}

.align-right-icon {
    margin-top: -30px;
    float: right;
}

.container #logo img {
    height: 4rem;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        position: relative;
        margin: 0;
        padding: 0 0 0 35px;
        font-weight: 600;
        font-size: 16px;
        cursor: pointer;
        color: #37474F;
        -webkit-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s;
    }

        input[type="checkbox"] + label::before,
        input[type="radio"] + label::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 20px;
            border: solid 2px #3F51B5;
            z-index: 1000;
            -webkit-transition: all 0.12s, border 0.08s;
            -moz-transition: all 0.12s, border 0.08s;
            -o-transition: all 0.12s, border 0.08s;
            transition: all 0.12s, border 0.08s;
        }

        input[type="radio"] + label::before {
            border-radius: 50%;
        }

    input[type="checkbox"]:checked + label::before,
    input[type="radio"]:checked + label::before {
        width: 10px;
        left: 5px;
        top: -3px;
        border-top: none;
        border-left: none;
        border-radius: 0px;
        border-color: #3F51B5;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    input[type="checkbox"]:checked + label,
    input[type="radio"]:checked + label {
    }

.text-danger {
    color: #F44336;
}

.validation-summary-errors {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    margin-left: 0;
    font-weight: 500;
}

    .validation-summary-errors ul {
        margin: 0;
        padding: 0;
        font-weight: 600;
    }

.twoFaAuth-page-container .validation-summary-errors {
    text-align: center;
}

    .twoFaAuth-page-container .validation-summary-errors ul {
        list-style: none;
    }


.login-button {
    background: #2F2E50 0% 0% no-repeat padding-box;
    border: 2px solid #2D2D47;
    border-radius: 4px;
    opacity: 1;
    width: 167px;
    height: 50px;
    color: #fff;
    font-size: 15px;
    cursor:pointer;
}

.login-container-colums{
    display:flex;
    justify-content:space-between;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.external-login-container{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.google-btn {
    width: 195px;
    height: 42px;
    background-color: #f9f9f9;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}

    .google-btn .google-icon-wrapper {
        position: absolute;
        margin-top: 1px;
        margin-left: 1px;
        width: 40px;
        height: 40px;
        border-radius: 2px;
        background-color: #f9f9f9;
    }

    .google-btn .google-icon {
        position: absolute;
        margin-top: 11px;
        margin-left: 11px;
        width: 18px;
        height: 18px;
    }

    .google-btn .btn-text {
        float: right;
        margin: 11px 11px 0 0;
        font-size: 14px;
        letter-spacing: 0.2px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

.width-47{
    width:47%;
}

.padding-top10 {
    padding-top: 10px !important;
}

.register-confirm {
    margin-top: 5%;
    font-size: 100px;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.resend-email-link {
    color: blue;
}

.main-logo img {
    max-width: 9%;
}


@media screen and (max-width: 992px) {
    .login-page-container .form-container,
    .twoFaAuth-page-container .form-container {
        position: relative;
        margin: 30px auto 0 auto;
        width: 100%;
        max-width: 500px;
        height: auto;
        left: 0;
        top: 0;
    }

    .register-page-container .form-container {
        position: relative;
        margin: 10px auto 0 auto;
        width: 100%;
        max-width: 500px;
        height: auto;
        left: 0;
        top: 0;
    }

    .login-page-container, .register-page-container, .twoFaAuth-page-container {
        padding: 30px;
        height: auto;
        min-height: 100%;
        background-image: url(../images/bkg-md.png);
    }

    .container-description {
        display: none;
    }

    .main-logo {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px) {
    .login-page-container .form-container,
    .register-page-container .form-container,
    .twoFaAuth-page-container .form-container {
        left: 57%;
    }

    .login-page-container, .register-page-container, .twoFaAuth-page-container {
        background-image: url(../images/bkg-md.png);
    }
}


@media screen and (min-width:1600px) {
    .txt-description {
        width: 250px;
    }

        .txt-description h5 {
            font-size: 40px;
            line-height: 60px;
        }

        .txt-description p {
            font-size: 25px;
            line-height: 35px;
        }

    .register-page-container .txt-description h5 {
        font-size: 30px;
        line-height: 40px;
    }
}


/*@media (min-width: 576px)and (max-width:992px) {
    .login-page-container {
        background-image: url(../images/bkg-md.png);
    }

    .container-description{
        display:none;
    }

    .login-page-container .form-container{
        left:0;
        top:0;
        margin-top:50px;
    }
}*/


