@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");


h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
}

body.blank {
    background-color: #ffffff;
}

.row {
    margin: 0;
}

a img {
    max-width: 415px;
    width: 100%;
    margin-bottom: 10px;
}

#loader{
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

#loader img{
    width: 200px;
    height: 200px;
    margin: auto;
}

#container {
    padding-top: 6%;
}

#container .logo {
    min-width: 290px;
    max-width: 420px;
    width: 100%;
    margin-bottom: 10px;
}

#login-container {
    min-width: 290px;
    max-width: 420px;
    margin: auto;
    width: 100%;
}

#forget-password-container {
    min-width: 290px;
    max-width: 580px;
    width: 100%;
    margin: auto;
}

.effect2
{
    position: relative;
}

.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.hpanel.panel-collapse > .panel-heading {
    background: #fff;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px
}

.hpanel .panel-body {
    background: #fff;
    border: 2px solid #000;
    border-radius: 2px;
    padding: 20px;
    position: relative
}

.hpanel {
    border: none;
    box-shadow: none;
    margin-bottom: 25px
}

.form-control,
.form-control:focus {
    box-shadow: none
}

.g-recaptcha {
    margin-left: 35px; margin-bottom: 15px;
}

#forget-password-container #recaptcha-error {
    margin-bottom: 20px;
}

#forget-password-container .g-recaptcha {
    margin: 0;
}

.btn-success {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn {
    border-radius: 3px;
}

.error-login, label.error {
    color: #880000;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.animated-panel {
    animation-delay: 0.9s;
}

.animated-panel.errors {
    animation-delay: 0.1s;
    background-color:#dd2c0d;
    color:#fff;
    text-align:left;
    padding: 30px;
    margin-bottom: 10px;
}

.animated-panel.errors a, .animated-panel.errors .error-login{
    color:#fff;
}

.errors {
    animation-delay: 0.1s;
    background-color: #dd2c0d;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
}

.errors a{
    color:#fff;
}

.errors_container .errors{
    font-size: 1.2em;
}

#message.success{
    background-color: #5cb85c;
    color: white;
    min-height: 50px;
    padding-left: 10px;
    line-height: 45px;
    margin-bottom: 10px;
}

@media (max-width: 407px) {
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}