﻿body {
    /*background-image: url("../images/login-bg3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color:#464646;
    margin: 0px;
    padding: 0px;
    font-family: 'DroidSans', sans-serif;
    font-size: 12px;*/
}

@font-face {
    font-family: 'DroidSans';
    src: url('../fonts/DroidSans.ttf') format('truetype');
    src: url('../fonts/DroidSans.woff') format('woff');
}

@font-face {
    font-family: 'DroidSans-Bold';
    src: url('../fonts/DroidSans-Bold.ttf') format('truetype');
    src: url('../fonts/DroidSans-Bold.woff') format('woff'), url('../fonts/DroidSans-Bold.woff') format('woff');
}

.loginbox {
    margin: 0 auto;
    margin-top: 12%;
    padding: 30px 15px;
    width: 30%;
    margin-left: 0%;
}

.signuplabel::-moz-placeholder
{
    color:#4a4a4a!important;
}

.signuplabel:-ms-input-placeholder{
     color:#4a4a4a!important;
}

.signuplabel::-webkit-input-placeholder{
    color:#4a4a4a!important;
}

.submitbtn{
    border:1px solid #153455;
}

/*.form-control::-moz-placeholder
{
    color:#3B5998;
}

.form-control::-moz-placeholder
{
    color:#ffffff;
}

.form-control:-ms-input-placeholder
{
    color:#ffffff;
}

.form-control::-webkit-input-placeholder
{
    color:#ffffff;
}*/
  

    .loginbox .form-control {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        color: #fff;
        display: block;
        font-size: 14px;
        height: 34px;
        line-height: 1.42857;
        padding: 6px 12px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        width: 100%;
    }
     .gredient-bg {
    background: #3C1E1A !important;
    color: #fff;
}

        .gredient-bg:hover {
            background: #3C1E1A !important;
            color: #fff;
        }
    
    a{
        color:#fff;
    }
    a:hover{
        color:#c1c1c1;
    }
    a:active{
        color:#fff;
    }
    .popup_close {
    width: 36px;
    height: 36px;
    background: url(../images/Popup-close.png) no-repeat left top;
    position: absolute;
    right: -18px;
    top: -27px;
    z-index:999;
}
    .modal-dialog{
        width:30%;
        margin:10% auto;
    }
.modal-dialog .form-control{
    background-color: #eeeeee;
    background-image: none;
    border: 1px solid #b1b1b1;
    box-shadow: none;
    color: #000;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 3px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/*.Userlabeltitle{
    color:#3B5998;
    font-size:16px;
    font-family:DroidSans-Bold;
}*/

.Userlabel{
    color:#000;
    font-size:16px;
    font-family:DroidSans;
    font-weight:500!important;
}

.form-control::-moz-placeholder
{
    color:#ffffff;
}

.form-control:-ms-input-placeholder
{
    color:#ffffff;
}

.form-control::-webkit-input-placeholder
{
    color:#ffffff;
}

@media only screen and (max-width:1024px) {
    .modal-dialog {
        width: 70%;
    }

    .loginbox{
        width:40%;
    }
}
@media only screen and (max-width:767px) {
    .loginbox {
        width: auto;
        margin-left: 0;
    }

    .loginbox1 {
        width: auto;
        margin-left: 0;
    }
}

.red {
    border: solid 1px red !important;
    box-shadow: none;
}
#errorMessage {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

#loaderDiv {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1100;
   background-color: white;
   opacity: .6;

}

.ajax-loader {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -32px; /* -1 * image width / 2 */
   margin-top: -32px; /* -1 * image height / 2 */
   display: block;
}

.modal-content .colorblue{
    color:#3b5998;
}
.colorblue{
    color:#3b5998!important;
    font-family:DroidSans-Bold;
}

.btn{
    background-color:#428bca;
    color:#ffffff;
}

.btn:hover{
    background-color:#428bca;
    color:#ffffff;
}

.btn,.btn-primary {
  color: #fff;
  background-color: #337ab7!important;
  border-color: #2e6da4!important;
}
.btn,.btn-primary:focus,
.btn,.btn-primary.focus {
  color: #fff;
  background-color: #286090!important;
  border-color: #122b40!important;
}

.btn,.btn-primary:focus,
.btn,.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.text-green{
    color:#007a00;
    font-weight:bold;
}
.text-red{
    color:red;
    font-weight:bold;
}
.Loginbtn{
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius:4px;
  padding:3px 12px;
  font-size:14px;
}

@media only screen and (max-width:360px) {
    .Loginbtn{
        padding:3px 6px;
    }

    .loginbutton{
        text-align:left!important;
    }

    .signinbtn{
       position:absolute;
    }

}