﻿.middle-bar {
    border-top:0px;
    border-bottom:0px;

}

body {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    background-color: #222222;
}

.form-signin {
    max-width: 350px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

    .form-signin .form-signin-heading,
    .form-signin .checkbox {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .form-signin-heading2 
    {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .form-signin input[type="text"],
    .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
    }

.forgotpasswordaspx 
{
    padding-top: 10px;
    height: 270px;  
}

.forgotpasswordframe {
    height: 230px;  
    width: 100%;
}

.termsaspx {
    height: 500px;
}

textarea:focus, input:focus {
    outline: 0;
}