﻿.login-image {
    background-image: url(https://cdn.wallpapersafari.com/12/70/rmcq0h.jpg) !important;
    background-size: cover !important;
    background-position: bottom !important;
}

.login .submit {
    background: #454545 !important;
    margin-top: 12px !important;
}

.login .reg
{
    background: #7cb739 !important;
    margin-top: 15px !important;
}


.login .reg-1 {
    background: #454545 !important;
}

.login-back
{
    border-radius: 30px !important;
    background: white !important;
    padding: 2em !important;
    box-shadow: 0px 1px 9px 0px #d3f4d3 !important;
}

form#loginform
{
    margin-top: 30px !important;
}

.login .form-control {
    border-radius: 12px !important;
    border: 1px solid #b4ce43 !important;
    padding: 15px 10px 15px 50px !important;
}

input#Txtpwd
{
    margin-bottom: 15px !important;
}

@media only screen and (max-width : 992px)
{
    .login-image
    {
        padding: 0em !important;
    }
    .login-back
    {
        padding: 1.5em !important;
    }
    .login .form-control
    {
        font-size: 15px !important;
    }
}



/* AFTER LOGIN CHANGES */
#cssmenu
{
    background: #3c3c3a !important;
}

.red-border
{
    border-color: #fda041 !important;
}

.blue-border
{
    border-color: #fda041 !important;
}

.user-profile-pic img
{
    border: 3px solid #3c3c3a !important;
}

.tab-bg
{
    background: #e4e4e4 !important;
    color: #000000 !important;
}

 [
data-background="light"] .form-control
{
    border-color: #b3ce5b !important;
}

#cssmenu ul ul li a
{
    background: #3c3c3a !important;
}

.gen-profile-box
{
    border-radius: 13px !important;
    box-shadow: 0px 0px 3px 1px #bababa57 !important;
}

#cssmenu ul ul li a
{
    background: #3c3c3a;
}

.tab-bg
{
    /*background: #3900893d !important;*/
    background: #b3ce53 !important;
}

.profile-bar-simple
{
    padding: 15px 16px 10px 15px !important;
}

.profile-bar
{
    border-radius: 20px !important;
}
.blue-border {
    border-color: #000000 !important;
}
.red-border {
    border-color: #b3ce53 !important;
}