﻿.row h2 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 5%;
}

.logo img {
    display: inline;
}

.avartalogin {
    text-align: center;
    border: 2px solid #d4d9de;
    padding: 20px 0px 10px;
    margin-top: 20px;
}

    .avartalogin img {
        max-width: 100px;
        opacity: 0.9;
        margin: auto;
    }

    .avartalogin a p {
        margin-top: 20px;
    }

    .avartalogin a {
        cursor: pointer;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
    }

    .avartalogin:hover {
        background-color: #3a4f6370;
        transition: 1.0s ease;
    }

.copyright {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.content {
    display: none;
}

.login .content {
    background: url(../bg/bg-white-lock.png);
}

.login .logo {
    margin: 20px auto 20px;
}

.login .content .form-title {
    font-weight: 400;
    font-size: 16px;
}
#remember{
    margin-left:0;
}
#divloader {
    background: url(../../update/images/loader.gif) no-repeat center center;
    height: 100px;
    width: 100px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}

#markloading {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

@media only screen and (min-width: 768px)
{
    .col-lg-offset-1, .col-md-offset-1, .col-sm-offset-1 {
        margin-left: 12%;
    }
}
