/* font face */

@font-face {
    font-family: 'SF UI Text Regular';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Text Regular'), url('../fonts/sf-ui-text-regular.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Medium';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Text Medium'), url('../fonts/sf-ui-text-medium.woff') format('woff');
}

@font-face {
    font-family: 'SF UI Text Light';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Text Light'), url('../fonts/sf-ui-text-light.woff') format('woff');
}


@font-face {
    font-family: 'SF UI Text HeavyItalic';
    font-style: normal;
    font-weight: normal;
    src: local('SF UI Text HeavyItalic'), url('../fonts/sf-ui-text-heavy-italic.woff') format('woff');
}

body.login-page {
    margin: 0;
    padding: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)), url("../Images/bg-login-page.jpg");
    background-size: cover;
    font-family: sans-serif;
    background-attachment: fixed;
    font-family: 'SF UI Text Regular';
}

    body.login-page:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.50);
    }

.do-login-wrap {
    width: 380px;
    background: #ffffff;
    color: #2A2E43;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px;
}

.do-reset-pass-wrap {
    width: 450px;
}

.do-login-wrap .logo {
    width: 200px;
    position: absolute;
    top: -80px;
    transform: translate(-50%,0);
    left: 50%;
}

.do-login-wrap h1 {
    font-family: 'SF UI Text Medium';
    margin: 0;
    font-size: 24px;
    padding: 5px 0 5px 20px;
    border-left: 4px solid #35C4F9;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 40px;
}

.do-login-wrap label {
    margin: 0;
    padding: 0;
    display: block;
    color: #545D75;
    font-size: 14px;
}

.do-login-wrap input {
    width: 100%;
}

    .do-login-wrap input[type="text"],
    input[type="password"] {
        border: none;
        border-bottom: 1px solid white;
        background: transparent;
        outline: none;
        height: 40px;
        color: white;
        font-size: 16px;
        color: #2A2E43;
        border-bottom: 2px solid #35C4F9;
    }

    .do-login-wrap input[type="submit"] {
        border: none;
        outline: none;
        height: 40px;
        background: #35C4F9;
        color: white;
        font-size: 16px;
        border-radius: 12px;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 20px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .do-login-wrap input[type=submit]:hover {
        background: #1692c0;
    }

.do-login-wrap a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}

    .do-login-wrap a:hover {
        color: yellow;
    }

.input-field-wrap {
    position: relative;
    margin-bottom: 20px;
}

    .input-field-wrap .link-fp {
        position: absolute;
        right: 0;
        bottom: 40px;
        color: #35C4F9 !important;
        font-size: 14px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.link-home {
    color: #35C4F9 !important;
    font-size: 14px;
}

.input-field-wrap .link-fp:hover {
    right: 5px;
}

.login-ftr {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.40);
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 10%;
    right: 10%;
}

    .login-ftr p {
        margin-bottom: 0;
        font-size: 14px;
        opacity: .5;
        color: #ffffff;
    }

.modal-header {
    background: #35C4F9;
    color: white;
    min-height: 16.428571429px;
}

.modal-body {
    padding: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
    margin: 0;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-family: 'Montserrat', sans-serif;
}

.modal-header .close {
    font-size: 33px;
    color: white;
}

.input-group {
    margin-bottom: 10px;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    display: block;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    .input-group.login_page .input {
       /* padding: 34px 0px 0px 35px;*/
        font-size: 14px;
        height: 70px;
        display: block;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #9c9c9c;
        box-sizing: border-box;
        outline: none;
        color: #333;
        transition: all 0.2s ease-in;
    }

    .input-group.login_page label {
        position: absolute;
        top: 58%;
        left: 50px;
        color: #333;
        pointer-events: none;
        font-size: 14px;
        font-weight: 300;
        transition: all 0.3s ease;
    }

.email {
    background: url(../Images/message.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
}

.btn-danger {
    border-radius: 20px;
    padding: 7px 23px;
}

.btn-success {
    background: #2ab87b;
    border-radius: 20px;
    padding: 7px 23px;
}

.text-danger {
    font-size: 14px;
}
/***** MEDIA CSS (03.06.2019) *****/
@media all and (max-width:400px) {
    .do-login-wrap { width: 300px;  padding: 20px; }
    .do-login-wrap h1{ margin-bottom:20px;}
}
/***** /MEDIA CSS (03.06.2019) *****/

.loadinggif { background: url(/Content/Images/Loading.gif) no-repeat left; }
#loadingDiv { position: fixed; top: 0px; right: 0px; width: 100%; height: 100%; background-color: #fffbfbc9; background-image: url(../../Content/Images/Loader.gif); background-repeat: no-repeat; background-position: center; z-index: 10000000; }
