﻿/*--------------------------------------------------*    Variables
\*--------------------------------------------------*/
/*--------------------------------------------------*    Mixins
\*--------------------------------------------------*/
/*
** Box Sizing: BorderBox
*/
/*
** Opacity and RGBA Converter
*/
/*
** Clearfix
*/
/*
** Text Indent
*/
/*
** Icon Font
*/
/*
** Rotate
*/
/*
** Scale
*/
/*
** Calc
*/
.authentication {
    margin: 35px 16% 0 0;
}

    .authentication .account-title {
        font-size: 16px;
        margin-bottom: 4px;
        color: #494949;
    }

.authentication-box {
    border: 1px solid #d9d9d9;
    padding-top: 28px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.09);
    border-radius: 4px;
}

.confirmation-text {
    padding: 0 35px;
    min-height: 220px;
    border-bottom: 1px dashed #90c64a;
}

    .confirmation-text.alarm-text {
        color: #d50000;
        text-align: center;
        line-height: 30px;
    }

        .confirmation-text.alarm-text .action {
            padding: 20px 0;
            text-align: center;
        }

    .confirmation-text .alarm-icon {
        color: #d50000;
        margin: 20px 0;
        display: block;
        font-size: 38px;
        text-align: center;
    }

.authentication-form {
    padding: 0 35px;
    min-height: 220px;
    border-bottom: 1px dashed #90c64a;
}

    .authentication-form label {
        margin-bottom: 3px;
        display: block;
    }

    .authentication-form .form-group {
        margin-bottom: 11px;
    }

    .authentication-form .form-control {
        height: 43px;
        padding-left: 33px;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        text-align: left;
        direction: ltr;
    }

        .authentication-form .form-control.input-validation-error {
            border: 1px solid #ff5816;
        }

    .authentication-form .form-item {
        position: relative;
        padding-left: 20px;
        padding-bottom: 18px;
        z-index: 1;
    }

        .authentication-form .form-item:before {
            display: block;
            content: '';
            width: 44px;
            height: 44px;
            position: absolute;
            background: url("/content/images/account/authentication.png") no-repeat 0 0;
            top: 0;
            left: 0;
            z-index: 9;
        }

    .authentication-form .field-validation-error {
        color: #ff5816;
        font-size: 10px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .authentication-form .username:before {
        background-position: 0 0;
    }

    .authentication-form .password:before {
        background-position: 0 -77px;
    }

    .authentication-form .re-password:before {
        background-position: 0 -151px;
    }

    .authentication-form .captcha-wrap label {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .authentication-form .captcha {
        position: relative;
        padding-bottom: 18px;
    }

        .authentication-form .captcha:after {
            content: "";
            display: table;
            clear: both;
        }

        .authentication-form .captcha img {
            float: right;
            border-radius: 0 3px 3px 0;
        }

        .authentication-form .captcha .captcha-input {
            float: right;
            border: 1px solid #ccc;
            border-left: 0;
            border-right: 0;
            background-color: #fff;
            padding: 3px 7px;
            width: 123px;
            height: 33px;
        }

        .authentication-form .captcha .input-validation-error {
            border-color: #ff5816;
        }

        .authentication-form .captcha .refresh-captcha {
            float: right;
            display: block;
            width: 34px;
            height: 33px;
            background-color: #888;
            color: #fff;
            line-height: 37px;
            font-size: 20px;
            text-align: center;
            border-radius: 3px 0 0 3px;
            cursor: pointer;
        }

    .authentication-form .btn {
        width: 100%;
        margin-top: 4px;
    }

    .authentication-form .center-text {
        text-align: center;
        line-height: 30px;
        margin: 10px 0 30px;
    }

    .authentication-form .right-text {
        line-height: 30px;
        margin: 0 0 30px;
    }

.checkbox {
    font-size: 12px;
    line-height: 20px;
}

    .checkbox a {
        color: #457bba;
    }

        .checkbox a:hover {
            text-decoration: underline;
        }

.authentication-footer {
    padding: 20px 35px 10px;
    font-size: 12px;
    line-height: 22px;
}

    .authentication-footer a.link {
        margin-bottom: 7px;
        display: block;
        font-size: 14px;
    }

        .authentication-footer a.link:before {
            display: inline-block;
            content: '';
            margin-left: 5px;
            width: 7px;
            height: 7px;
            background-color: #9acc1f;
            border-radius: 50%;
        }

    .authentication-footer a:hover {
        color: #9acc1f;
    }

.validation-summary-errors {
    margin-bottom: 10px;
}

    .validation-summary-errors li {
        margin-bottom: 4px;
        display: block;
        font-size: 12px;
        color: #ff1d1d;
    }

        .validation-summary-errors li:before {
            display: inline-block;
            content: '';
            margin-left: 5px;
            width: 5px;
            height: 5px;
            background-color: #ff1d1d;
            border-radius: 50%;
        }

.other-way label {
    font-size: 14px;
}

.other-way .g-plus {
    display: block;
    width: 36px;
    height: 31px;
    font-size: 18px;
    color: #ff2525;
    border: 1px solid #ff2525;
    text-align: center;
    line-height: 32px;
    background: none;
    margin: 6px 0 20px;
    padding: 0;
    border-radius: 3px;
    transition: .2s;
}

    .other-way .g-plus:hover {
        color: #fff;
        background-color: #ff2525;
    }

.account-img {
    padding-top: 100px;
}

    .account-img .account-msg {
        line-height: 31px;
        width: 360px;
        font-size: 13px;
        text-align: center;
        margin: 0 auto 45px;
    }

    .account-img img {
        display: block;
        margin: 0 auto;
    }

    .account-img.cube img {
        margin-top: 70px;
    }

    .account-img.confirmation-img {
        padding-top: 0;
    }

    .account-img.small-box {
        padding-top: 25px;
    }

        .account-img.small-box .account-msg {
            margin: 0 auto 15px;
        }

.confirmation-page {
    float: none;
    margin: 40px auto 60px;
}

    .confirmation-page .confirmation-msg {
        font-size: 13px;
        text-align: center;
        margin: 20px auto;
        line-height: 31px;
    }

    .confirmation-page .btn {
        margin: 10px 0;
    }

    .confirmation-page img {
        display: block;
        margin: 0 auto;
    }

/*--------------------------------------------------*	Regsiter and login Page in 970 grid system
\*--------------------------------------------------*/
@media (max-width: 1210px) {
    .authentication-form .captcha .captcha-input {
        width: 70px;
    }
}
