﻿@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');

.login {
    background-image: url(../images/login-bg-1.jpg);
    background-size: cover;
    background-attachment: fixed;
}

header {
    margin-top: 15px;
    height: auto;
    overflow: hidden;
}

.header h2 {
    font-family: 'Droid Serif', serif;
    color: #f33146 !important;
    font-size: 24px !important;
}

.login-box {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
    margin-top: 50px;
}
.r_captcha {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+92,000000+100&0.65+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.6) 92%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 92%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.6) 92%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.email {
    position: relative;
}

    .email:after {
        font-family: 'FontAwesome';
        content: "\f007";
        position: absolute;
        color: #666;
        right: 0px;
    }

footer {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0px;
}

    footer .container-fluid {
        padding: 15px;
        border-top: 1px solid rgba(255,255,255,.2);
    }

.heading {
    padding: 50px;
    margin-top: 55px;
    text-align: center;
}

    .heading h1 {
        color: #FFF !important;
        font-size: 60px;
        margin: 0px;
        padding: 0px;
        font-family: 'Droid Serif', serif;
    }

    .heading h3 {
        color: #FFF !important;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 38px;
        border-top: 1px solid rgba(255,255,255,.6);
        border-bottom: 1px solid rgba(255,255,255,.6);
        padding-top: 8px;
        padding-bottom: 8px;
    }

.admin-login {
    background-image: url(../images/rmluniv1.JPG);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.admin-login-left {
    width: 65%;
    float: left;
    background-color: rgba(0, 0, 0, 0.47);
    position: fixed;
    height: 100%;
}

.admin-login-right {
    box-sizing: border-box;
    background-color: #fff;
    position: fixed;
    width: 35%;
    height: 100%;
    right: 0;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

    .admin-login-right .card {
        box-shadow: none;
    }

.admin-head {
    padding: 5px;
    margin-bottom: 5px;
}

    .admin-head img {
        max-width: 70%;
        margin: 0px auto;
        display: block;
    }

.admin-login-right .header {
    background-color: #ECECEC;
}

    .admin-login-right .header h2 {
        color: #000 !important;
    }

.admin-login-right footer {
    color: #333;
    text-align: center;
}

    .admin-login-right footer .container-fluid {
        padding: 15px;
        border-top: 1px solid rgba(0,0,0,.2);
    }

.helpline {
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: 0px;
    padding: 13px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
}

    .helpline a {
        color: #FF6;
    }


@media only screen and (max-width: 768px) {

    .admin-login-left {
        width: 100%;
        float: none;
        position: relative;
    }

    .admin-login-right {
        width: 100%;
        float: none;
        position: relative;
    }

    .heading {
        margin-top: 0px;
    }

    .helpline, footer {
        position: relative;
    }

    footer {
        color: #fff !important;
    }
}
