﻿@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap");
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-family: 'Nunito Sans',sans-serif;
}

.wrapper {
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

form#EnterPassword input::placeholder {
    text-transform: capitalize;
    color: #95a3c2;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

form#EnterPassword input::-webkit-input-placeholder {
    text-transform: capitalize;
    color: #95a3c2;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

form#EnterPassword input::-moz-placeholder {
    text-transform: capitalize;
    color: #95a3c2;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

form#EnterPassword input:-ms-input-placeholder {
    text-transform: capitalize;
    color: #95a3c2;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
}

.login-panel .form.login-current.active {
    padding: 0 20px 0 20px;
}

    .login-panel .form.login-current.active .form-group {
        margin-bottom: 20px;
        position: relative;
    }

        .login-panel .form.login-current.active .form-group.row {
            margin-bottom: 0;
        }

.login-panel .login-header {
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -55px;
}

    .login-panel .login-header .login-logo {
        display: none;
        text-align: center;
        max-width: 110px;
    }

        .login-panel .login-header .login-logo .img-fluid {
            width: 100%;
            height: auto;
            max-width: 400px;
            margin: 0 auto;
        }

.login-panel .login-body {
    color: #95a3c2;
    text-align: center;
}

    .login-panel .login-body h1 {
        text-align: center;
        font-weight: 700;
        color: #175379;
        font-size: 20px;
        line-height: 27px;
        margin-top: 35px;
        margin-bottom: 30px;
    }

    .login-panel .login-body label {
        position: absolute;
        padding: 0;
        padding-top: 6px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        white-space: nowrap;
        clip-path: inset(50%);
        border: 0;
        left: 13px;
        font-size: 9px;
        font-weight: normal;
        color: #95a3c2;
        line-height: 20px;
    }

        .login-panel .login-body label.active {
            clip: auto;
            clip-path: none;
            z-index: 4;
        }

    .login-panel .login-body .signupast {
        display: none;
    }

    .login-panel .login-body .help-block.error {
        color: #f00;
        text-shadow: none;
        font-weight: 400;
        position: absolute;
        margin-top: 0;
    }

    .login-panel .login-body .help-block:empty {
        display: none;
    }

    .login-panel .login-body hr {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .login-panel .login-body .form-control {
        display: block;
        width: 100%;
        height: 44px;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #95a3c2;
        border-radius: 0;
    }

        .login-panel .login-body .form-control::placeholder {
            color: #606060;
        }

        .login-panel .login-body .form-control::-webkit-input-placeholder {
            color: #606060;
        }

        .login-panel .login-body .form-control::-moz-placeholder {
            color: #606060;
        }

        .login-panel .login-body .form-control:-ms-input-placeholder {
            color: #606060;
        }

        .login-panel .login-body .form-control:-moz-placeholder {
            color: #606060;
        }

    .login-panel .login-body .btn-next {
        color: #7d8daf;
        background-color: #fff;
        border: 1px solid #96a4c3;
        text-transform: uppercase;
        border-width: 3px;
        line-height: 24px;
    }

        .login-panel .login-body .btn-next:hover, .login-panel .login-body .btn-next:focus {
            color: #fff;
            background-color: #95a3c2;
            border-color: #95a3c2;
        }

    .login-panel .login-body .btn-back {
        display: none;
        color: #fff;
        background-color: #999;
        border-color: #999;
        text-transform: uppercase;
        border-width: 3px;
    }

        .login-panel .login-body .btn-back:hover, .login-panel .login-body .btn-back:focus {
            color: #95a3c2;
            background-color: #333;
            border-color: #333;
        }

    .login-panel .login-body .login-user {
        margin-top: 15px;
    }

        .login-panel .login-body .login-user .login-user-avatar {
            display: none;
            font-size: 20px;
            font-weight: bold;
            height: 50px;
            width: 50px;
            text-align: center;
            line-height: 50px;
            background-color: rgba(149,163,194,.3);
            margin: 0 auto;
        }

        .login-panel .login-body .login-user .login-user-email {
            font-size: 16px;
            margin-top: 15px;
        }

    .login-panel .login-body span.toggle-password {
        position: absolute;
        color: #495057;
        font-size: 1.4em;
        font-size: 16px;
        font-weight: 400;
        height: 44px;
        width: 44px;
        top: 0;
        right: 0;
        line-height: 44px;
        text-align: center;
    }

.login-panel a {
    text-decoration: none;
    color: #414042;
    font-size: 12.3px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #414042;
    padding-bottom: 2px;
}

.login-panel .form-group.bottom-links > p:first-child {
    color: #414042;
    font-size: 14px;
    text-transform: uppercase;
}

.login-panel .btn.btn-primary, .login-panel .btn.btn-secondary {
    color: #fff;
    background: #95a3c2;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    min-width: 100px;
    border: 3px solid #95a3c2;
    border-radius: 0;
    min-height: 44px;
    width: 100%;
}

    .login-panel .btn.btn-primary:hover, .login-panel .btn.btn-secondary:hover {
        background-color: #999;
        border: 3px solid #999;
        color: #fff;
    }

.login-panel .btn.btn-secondary {
    color: #7d8daf;
    background-color: #fff;
    border: 1px solid #96a4c3;
    font-weight: 400;
}

    .login-panel .btn.btn-secondary:hover {
        color: #fff;
        background-color: #95a3c2;
        border-color: #95a3c2;
    }

.logout .login-current.col-xs-12 {
    background-color: rgba(0,0,0,.5);
    padding: 30px;
    margin-top: 100px;
}

.logout .loginForm {
    width: 50%;
    margin-left: 25%;
    text-align: center;
    color: #fff;
    background-color: #000;
}

@media(max-width:480px) {
    .login-panel {
        top: 255px;
    }
}
