﻿body, html {
    height: 100%;
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    background: #323840;
}

body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.33;
    color: rgba(0,0,0,.8);
}

input, button, label {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}

.tips {
    position: absolute;
    display: none;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 40px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    background: #5d9bfb;
    border-radius: 2px;
    left: 290px;
    top: 0px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    transition: all 0.6s;
}

    .tips .tips-arrow {
        position: absolute;
        width: 0;
        height: 0;
        vertical-align: top;
        content: "";
        top: 14px;
        left: -6px;
        border-right: 6px solid #5d9bfb;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .tips .tips-arrow-top {
        top: -12px;
        left: 50%;
        margin-left: -6px;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #5cba3c;
    }

.login-box {
    width: 280px;
    position: absolute;
    top: -280px;
    transition: all 0.5s;
}

.form-control {
    border: 1px solid #D8D4D5;
    margin-top: -1px;
    background: #FFF;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
    padding-left: 65px;
    position: relative;
    transition: all ease;
}

    .form-control label {
        width: 60px;
        float: left;
        margin-left: -65px;
        display: block;
        text-align: right;
        font-size: 12px;
        line-height: 40px;
        height: 40px;
        padding-right: 5px;
        border-right: 1px solid #D8D4D5;
        background: #fbfbfb;
        font-weight: bold;
    }

    .form-control input {
        border: none;
        margin: 0px;
        height: 20px;
        line-height: 20px;
        padding: 10px 10px;
        width: 192px;
    }

.form-btn {
    width: 100%;
    margin-top: 30px;
}

.btn {
    background: #27c24c;
    cursor: pointer;
    border: 1px solid #18a23a;
    display: block;
    width: 100%;
    color: #FFF;
    padding: 10px 10px;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
    transition: all 0.6s;
    box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
}

    .btn:hover {
        opacity: 0.8;
    }

.newCaptcha {
    position: absolute;
    top: 0px;
    right: 0px;
}

.alert {
    padding: 15px;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-radius: 0px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.validation-summary-errors ul {
    margin: 0;
    padding-left: 10px;
}
