﻿#loginForm {
    text-align: center;
}

    #loginForm #icoBoa {
        /*max-width: 140px;*/
        /*margin-top: 50px;
        margin-bottom: 30px;*/
    }

    #loginForm form.form-horizontal {
        margin: 0 auto;
        max-width: 330px;
    }


.form-control {
    -webkit-box-shadow: none !important;
    background-color: #ECEDEE;
    border: 1px solid #ECEDEE;
    box-shadow: none !important;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    height: auto;
    line-height: normal;
    padding: 9px 12px 8px;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-bottom: 10px;
}

#username {
    background-position: 5px -2px !important;
}


.form-control {
    color: #292929;
    /* background: white; */
    /*background: rgba(73, 72, 82, 0.53);*/
    background: rgba(255, 255, 255, 0.75);
    border: none;
    font-size: 15px;
    Font-family: FuturaMedium;
}

    .form-control::-webkit-input-placeholder {
        color: #5c5c5c;
        font-weight: initial;
        font-family: FuturaLight;
    }

    .form-control:-moz-placeholder { /* Firefox 18- */
        color: #5c5c5c;
        font-weight: initial;
        font-family: FuturaLight;
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        color: #5c5c5c;
        font-weight: initial;
        font-family: FuturaLight;
    }

    .form-control:-ms-input-placeholder {
        color: #5c5c5c;
        font-weight: initial;
        font-family: FuturaLight;
    }

.backgroumd_img {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 794px;
    width: 1600px;
    z-index: -999999;
    position: fixed;
}

    .backgroumd_img img {
        position: absolute;
        margin: 0px;
        padding: 0px;
        border: none;
        width: 1600px;
        height: 1000px;
        max-height: none;
        max-width: none;
        z-index: -999999;
        left: 0px;
        top: -103px;
    }

div.backstretch:before {
    /*background: rgba(0, 0, 0, 0.25);*/
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}


.btn_login {
    /*background-color: #d12d33;*/
    background-color: #ed2f36;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: none;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 1.471;
    width: 100%;
    font-size: 15px;
    padding: 6px 48px 6px;
}

    .btn_login:hover {
        background-color: #b00000;
    }

.text-danger ul {
    padding-left: 0;
}

    .text-danger.field-validation-error, .text-danger, .text-danger ul li {
        font-family: FuturaBook;
        color: #b00000;
        font-size: 13px;
        text-align: left;
        width: 100%;
        display: block;
        text-decoration: none;
        list-style-type: none;
    }

.checkbox.remember {
    font-family: FuturaBook;
    text-align: left;
    color: #2b2b2b;
    margin: 10px 0 20px;
    font-size: 13px;
}

h3.site_name {
    font-size: 23px;
    line-height: 1;
    color: #F58B03;
    margin-bottom: 6px;
    padding-bottom: 5px;
    text-align: right;
    font-family: FuturaMedium;
    font-weight: initial;
    text-shadow: 1px 1px 2px #3e3e3e;
}

#Login_logo {
    display: inline-block;
    margin-top: 150px;
    margin-bottom: 30px;
}

    #Login_logo div {
        display: inline-block;
    }

    #Login_logo img {
        vertical-align: bottom;
    }
