﻿body
{
    background-color: #e9e9e9;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    width: 50%;
    height: 50%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar
{
    box-shadow: none;
}
.form-control
{
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 13px;
}
h1
{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 50px;
    color: #33b5e5;
    text-align: center;
}
p
{
    padding-bottom: 10px;
}
a:hover
{
    text-decoration: none;
}
.box
{
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    width: 350px;
    border-top: 5px solid #33b5e5;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.login
{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
}
.logo
{
    margin-top: 50px;
}
.logo img
{
    max-height: 50px;
    border: none;
    display: block;
    margin: 0 auto;
}
.forgotpassword
{
    border-top: 1px solid #eeeeee;
    width: 100%;
    padding: 15px 40px;
    text-align: center;
}
.forgotpassword a
{
    color: #999999;
    text-decoration: none;
}
.forgotpassword a:hover
{
    color: #222222;
}
.btn-primary
{
    background-color: #33b5e5;
    border-color: #33b5e5;
    border-radius: 1px;
}
.alert
{
    margin-bottom: 20px;
    border-radius: 1px;
}
.input-validation-error
{
    border-color: #a94442 !important;
}

@media (max-width: 767px)
{
    body
    {
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        padding-top: 30px;
    }
    h1
    {
        display: none;
    }
    .box
    {
        width: 100%;
        border-top: 0px solid #33b5e5;
        box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    }
    .login
    {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;   
    }
    .logo
    {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .form-control
    {
        font-size: 16px;
    }
}