﻿.login .content .login-form, .login .content .forget-form {
    padding: 0px;
    margin: 0px;
}

.login {
    /*background-color: #364150 !important;*/
}

.forget-password {
    font-size: 15px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

.login .contents {
    background-color: #ffffff;
    /*width: 385px;*/
    width: 350px;
    margin: 20px auto 10px;
    padding: 10px 30px 10px;
    overflow: hidden;
    position: relative;
}

.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
}

.login .content h3 {
    color: #4DB3A5;
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important;    
}

.alert-danger {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
}

.alert {
    border-width: 1px;
}

.display-none, .display-hide {
    display: none;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-danger {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.button.close {
    padding: 0px;
    cursor: pointer;
    background: transparent none repeat scroll 0px 0px;
    border: 0px none;
}

.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    /*height: 9px;*/
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: medium none;
    background-image: url("../img/remove-icon-small.png") !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.2;
}

.login .content .form-control {
    background-color: #DDE3EC;
    height: 43px;
    color: #8290A3;
    border: 1px solid #DDE3EC;
}

.login .content .form-actions {
    clear: both;
    border-width: 0px 0px 1px;
    border-style: none none solid;
    border-color: -moz-use-text-color -moz-use-text-color #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    padding: 0px 30px 25px;
    margin-left: -30px;
    margin-right: -30px;
}

    .login .content .form-actions .btn-success {
        font-weight: 600;
        padding: 10px 20px !important;
    }

    .login .content .form-actions .btn {
        margin-top: 1px;
    }

.login .content .rememberme {
    margin-left: 8px;
    margin-top: 10px;
}

.login .content .check {
    color: #8290A3;
}

.login .content .forget-password {
    font-size: 14px;
    float: right;
    display: inline-block;
    margin-top: 10px;
}

div.radio, div.checker {
    margin-right: 0px;
    margin-left: 3px;
}

.login .logo {
    /*padding: 15px;*/
    text-align: center;
 
}

.h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 400 !important;
    color:white;
    margin-top:0px!important;
    padding-top:45px!important;
}

.LginLable {
    max-width: 100% !important;
    background-color: #f5f5f5 !important;
    height: 43px !important;
    color: #8290A3 !important;
    border: 1px solid #DDE3EC !important;
    box-shadow: none !important;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.btn-Login {
    color: #FFF !important;
    background-color: #55a914 !important;
    border-color: #55a914 !important;
    border-top-color: #55a914 !important;
    border-right-color: #55a914 !important;
    border-bottom-color: #55a914 !important;
    border-left-color: #55a914 !important;
    border-radius: 0px !important;
    width: 89% !important;
    height: 43px !important;
    max-width:89%!important;
    max-height:43px!important;
}

.rememberme {
    margin-left: 8px;
    margin-top: 10px;
    color: #8290A3;
}

.checkboxdd {
    width: 18px;
    height: 16px;
    font-weight: normal;
}

.create-account {
    margin: 0px -40px -40px;
    padding: 15px 0px 17px;
    text-align: center;
    background-color: #6C7A8D;
    border-radius: 0px 0px 7px 7px;
    height: 70px;
    margin-top: 10%;
}
.rememberwidth{
    font-weight:normal!important;
    font-size:15px;
    margin-left:2px;
    margin-bottom:0px!important;
    color:black!important;
}

.bagroundImage{
    background-image: url("/Content/Images/backgroungWeather.jpg")!important;
    background-repeat: no-repeat;
}
    .formError .formErrorContent{
        box-shadow:none!important;
    }

    .forgotPassword{
    text-align: center;
    font-size: 30px;
    font-weight: 400 !important;
    color:white;
    margin-top:0px!important;
    padding-top:45px!important;
    }