body
{
    background:#9a9a9a;
}
.login-section
{
    padding:60px 0px;
}
.logo img {
    height: 50px;
    margin-bottom: 15px;
}
.login-section
{
    font-family: "Lato", sans-serif;
}
.form-info {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #ffe9e9;
    background:#fff;
}
.form-section h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #121212;
    font-weight:600;
    font-family: "Lato", sans-serif;
}
.form-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.form-section .social-list li {
    display: block;
    margin-bottom: 5px;
}
.form-section .social-list li a {
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #000;
}
.form-section .social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
}
.form-section .social-list li a span {
    margin-right: 7px;
}
.google-color
{
    color: #fff;
}
.google-color i {
    background-color: #9a9a9a;
}
.form-section
{
    width:100%;
}
.form-section .extra-login {
    /*float: left;*/
    width: 100%;
    margin: 20px 0 25px;
    text-align: center;
    position: relative;
}
.form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}
.form-section .extra-login > span {
    background: #fff;
    padding: 1px 20px;
    position: relative;
    font-size: 14px;
    color: #424242;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.login-inner-form .form-group input
{
    height:45px;
    font-size:14px;
    padding:10px 15px;
}
.login-inner-form .form-group select
{
    height:45px;
    font-size:14px;
    padding:10px 15px;
}
.btn-forgot
{
    font-size:14px;
    color:#db4437;
}
.btn-theme
{
    height:45px;
    line-height:45px;
    border:none;
    box-shadow:none;
    background:#000;
    color:#fff;
    border:1px solid #fff;
}
.register-text
{
    color:#000;
    text-align:center;
    font-size:14px;
}
.thembo
{
    color:#db4437;
}
.bg-img {
    background: url(../img/39711.jpg) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 100px;
}
.bg-img::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000017;
}
.info {
    max-width: 700px;
    margin-right: auto;
    z-index: 999;
    text-align: left;
}
.info h1 {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.info h4 {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.organization
{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom:10px;
    /*text-transform: uppercase;*/
}
.error-border
{
    border: 2px solid red !important;
}
@media(max-width:600px)
{
    .bg-img
    {
        display:none;
    }
    .login-section
    {
        padding:30px;
    }
    .form-info
    {
        min-height:80vh;
    }
}