﻿body
{
    overflow-x: hidden;
    font-family: Calibri;
    font-size: 14px;
}
a, .btn
{
    outline: none !important;
    cursor: pointer;
}
.logoimg {
    height: 100px;
    margin-top:-20px;
    /*width:32px*/
}
/* Login Block*/
.login-side-bg
{

    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    margin-top: 50px;
    position: relative;
}
.login-content
{
    min-height: 600px;
}
.loginHeader
{
    background-color: #CA0000;
    min-height: 50px;
    padding: 10px;
}
.login-bg
{
    background-color: #FFF9F9;
    padding: 50px 30px; /*box-shadow: 0px 2px 4px 0px #383838;*/
    min-height: 600px;
}
.login-bg a
{
    color: #00b0f0;
}
.title
{
    text-transform: uppercase;
}
.btn-custom
{
    background-color: #00b0f0;
    border: 0px;
    margin-top:15px;
    margin-bottom: 0px;
    font-weight: 600;
    color:#fff;
}
.btn-customc
{
     background-color: Red !important;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.active.focus
{
    background-color: #00b0f0 !important;
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.77);
}
.btn-cust-google:hover, .btn-cust-google:focus
{
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.77);
}
#lblErrMsg
{
    color: Red;
}
.lblErrMsg
{
    color: Red;
    padding-bottom: 5px;
}
.banner p
{
    color: #fff;
    font-family: Raleway-Thin;
    font-size: 200%;
    font-weight: 600;
    padding-top: 30%;
    margin-bottom: 20px;
    text-shadow: rgb(0, 0, 0) 1px 1px 1px;
}
.footer
{
    background-color: #fff !important;
    border-top: 1px solid #ddd;
    color: #333;
    padding: 5px 0px;
    position: relative;
    bottom: 0px;
}

@media screen and (min-width:320px) and (max-width:766px)
{
    .login-side-bg
    {
        min-height: 350px;
        margin: 15px;
        padding: 15px;
    }
    .login-content
    {
        min-height: 480px;
    }

    .login-bg
    {
        background-color: #FFF9F9;
        padding: 50px 30px;
        /*box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);*/
        min-height: 350px;
    }
}

.btn-cust-google
{
    color: #fff;
    background-color: #df4930;
    border-color: #df4930;
    font-weight: 600;
    text-transform: uppercase;
}
.btn-cust-google:hover
{
    color: #fff;
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.77);
}

.loginOpt
{
    margin-top: 25px;
    border-top: 1px solid #fff;
    text-align: center;
    margin-bottom: 10px;
}

.Divider
{
    width: 30px;
    margin-top: -10px;
    margin-left: 45% !important;
    background-color: #FFF9F9;
}
.btn-warning-custom
{
    font-weight: 600;
}
/* login end*/
/*SignUp Block*/
.signupHeader
{
    background-color: #00b0f0;
    min-height: 50px;
    padding: 15px;
}
.signup-content
{
    min-height: 600px;
}

.signup-bg
{
    background-color: #FFF9F9;
    padding: 50px 30px;
    /*box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);*/
    min-height: 600px;
}
.activation-bg
{
    background-color: #FFF9F9;
    padding: 50px 30px;
    /*box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);*/
    min-height: 600px;
}
#divSuccess
{
    color: Green;
    font-size: 110%;
    font-weight: 600;
}
.Success
{
    color: Green;
}
.UserActivation
{
    padding-top: 5px;
}

/*SignUp end*/
/*Forgot Password*/
.pass-content
{
    min-height: 500px;
}
.pass-bg
{
    background-color: #FFF9F9;
    padding: 50px 30px;
    /*box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);*/
    min-height: 600px;
}
.pass-bg .radio
{
    margin-top: 0px !important;
}


@media screen and (min-width:320px) and (max-width:766px)
{

    .pass-side-bg
    {
        min-height: 350px;
        margin: 15px;
        padding: 15px;
    }
    .pass-content
    {
        min-height: 480px;
    }

    .pass-bg
    {
        background-color: #FFF9F9;
        padding: 50px 30px;
        /*box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);*/
        min-height: 350px;
    }
}
/*.pass-side-bg
    {
        min-height: 350px;
        margin: 15px;
    }
    .pass-content
    {
        min-height: 480px;
    }

    .pass-bg
    {
        background-color: #fff;
        padding: 50px 30px;
        box-shadow: 2px 1px 7px rgba(0, 0, 0, 0.2);
        min-height: 350px;
    }
}*/


.divcls
{
    padding-top: 20px;
}

.textcls
{
    font-family: "Times New Roman";
    font-weight: 400;
}

.spcls
{
    padding-left: 15px;
}
/*Forgot Password end*/

.chkbx_inline_top label {
    vertical-align: top;
    display: inline !important;
    padding-left:2px;
}


/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-top:2px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

    .slider.round:before {
        border-radius: 50%;
    }