﻿body.full-page-image-style {
    background-attachment: fixed;
    background-size: cover;
    background-image: url('../../Images/login/bg-image.jpg');
    background-position-x: center;
    background-position-y: 15%;
}

.vertical-center {
    height: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.login-container {
    margin: 0 auto;
    width: 500px;
}


@media (max-width: 375px) {
    .login-container {
        width: 300px;
    }
}

.login-bg {
    background: rgba(255, 255, 255, .28);
    border-radius: 6px;
    padding: 20px 35px;
}

a.forgotpassword {
    color: #fff !important;
    text-decoration: underline;
    font-size: 14px;
}

.form-group {
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
}

.input-group {
    width: 100%;
}

.input-group .input-group-addon {
    background-color: #a7a8a9;
    border: none;
    border-radius: 100%;
    padding: 0 !important;
    width: 35px;
}

.input-group .input-group-addon i {
    color: #d7d6d6;
    font-size: 20px;
}

    .input-group .showPassword {
        background-color: transparent !important;
        border: none !important;
        padding: 0 !important;
        width: 35px;
    }

        .input-group .showPassword a {
            border: solid 1px #a7a8a9;
            padding: 3px 6px;
           
        }

        .input-group .showPassword a i  {
            color: #d7d6d6 !important;
            font-size: 15px;
        }

    .input-group .form-control {
        border: none;
        background: transparent;
        background: -o-linear-gradient(transparent, transparent);
        background: -moz-linear-gradient(transparent, transparent);
        -webkit-background-clip: text;
        -webkit-text-fill-color: #dddddd !important;
        color: #fff !important;
        font-size: 16px !important;
    }

span.field-validation-error
{
    color: #ffbb00 !important;
    font-weight: normal !important;
    margin-top: 5px !important;
}

.whiteText
{
    color: #fff;
}