﻿.bodydefault2{
    height: 100% !important;
    min-height: 0px;
}
.login-form {
    width: 360px;
    margin: 150px auto 50px;
}

.login-form form {
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 40px 30px;
}

.login-form .header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #3d9970;
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.login-form .footer{
    height: 35px;
}
.login-form a{
    text-decoration: none;
}
.login-form a:hover{
    text-decoration: none;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}

@media screen and (max-width: 480px) {
   .login-form {
    width: 95%;
    margin: 50px auto 20px;
}
    .login-form .header {
        font-size: 20px;
    }
    .logo-section {
    width: 100% !important;
    }
}

.logo-section {
        -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    display: block;
    float: left;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    z-index: 9999;
    position: relative;
    background-color: #333333;
    color: #f9f9f9;
}

#content{
    margin-bottom: 20px;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.box-title i{
    font-size: 14px;
    margin-right: 10px;
}
.box-title-info{
    font-size: 12px !important;
    line-height: 15px !important;
    padding-top: 0px !important;
}

.grid-table>tbody>tr>th{
    padding: 8px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center;
}
.grid-table > tbody > tr > td {
    padding: 5px !important;
    font-size: 12px !important;
}