﻿body {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: 400;
   overflow-x: hidden;
   overflow-y: auto;
}
.login-box-outer {
    width: 360px;
    margin: 6% auto;
    margin-top: 120px;
    min-width: 550px;
    margin: 50px auto;
    color: #7f7f7f;
    border: 1px solid #e7dfe5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 40px;
}
.login-box{
   background:#ffffff;
}
.login-logo{
   text-align: center;
   margin-bottom: 25px;
   font-weight: 300;
}
.login-box-body{
   padding: 20px;
   border-top: 0;
   color: #666;
}
.login-box-msg, .register-box-msg {
   margin: 0;
   text-align: center;
   padding: 0 20px 20px 20px;
}
.form-control {
   border-radius: 0;
   box-shadow: none;
   border-color: #d2d6de;
}
.form-control:focus {
   border-color: #4787;
   box-shadow: none;
}
.btn.btn-flat {
   border-radius: 0;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   box-shadow: none;
   border-width: 1px;
}
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: #4787c7;
    border-color: #4787c7;
    text-align: center !important;
    color: #FFF;
    padding: 6px 12px;
    max-width: 450px;
}
.btn:hover {
        transition-delay: .25s;
        border: solid 1px #000;
        background: #4787c7;
        letter-spacing: 0.1rem;
    }
.btn-block {
   display: block;
   width: 100%;
}
.login-box-body input[type=checkbox] {
   display: none;
}
.login-box-body input[type=checkbox] + label {
   cursor: pointer;
   font-size:12px;
   font-weight:normal;
}
.login-box-body input[type="checkbox"] + label:before {
   border: 1px solid #d2d6de;
   content: "\00a0";
   display: inline-block;
   height: 1.8em;
   width: 1.8em;
   vertical-align: bottom;
   background:White;
   margin-right:5px;
}
.login-box-body input[type="checkbox"]:checked + label:before {
   background:#4787c7;
   color:white;
   content: "\2713";
   text-align: center;
   padding-top:2px;
}
.login-box-body input[type="checkbox"]:checked + label:after {
   font-weight:bold;
}
.form-control-feedback
{
  top:0;
}
/*********************************/
#login-signup-box {
    max-width: 450px;
    margin: 50px auto;
    padding-bottom: 50px;
    color: #7f7f7f;
    border: 1px solid #e063bf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}
#login-signup-box #title {
        padding: 15px 0;
        color: #666667;
        background: #faf5fa;
        font-size: 20px;
    }
#login-signup-box #form {
        padding: 20px;
    }
#login-signup-box #form .others {
            margin-top: 25px;
        }
#login-signup-box #form .username {
            background-image: url(images/login-txtusername-icon.png);
            background-repeat: no-repeat;
            background-position: 6px;
            padding-left: 55px;
            width: 100%;
        }
#login-signup-box #form .password {
            background-image: url(images/login-txtpassword-icon.png);
            background-repeat: no-repeat;
            background-position: 6px;
            padding-left: 55px;
            width: 100%;
        }
.login-signup-box {
    max-width: 450px;
    margin: 50px auto;
    padding-bottom: 50px;
    color: #7f7f7f;
    border: 1px solid #e063bf;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}
.login-signup-box #title {
   padding: 15px 0;
   color: #666667;
   background: #faf5fa;
   font-size: 20px;
}
.login-heading {
    color: #666667;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top:20px;
    margin-bottom:15px;
}
.login-box-body label {
    font-weight: 500;
    font-size: 1.4rem;
}
.login-signup-box .form {
    padding: 20px;
}
.login-signup-box .form .others {
            margin-top: 25px;
        }
.login-signup-box .form .username {
            background-image: url(images/login-txtusername-icon.png);
            background-repeat: no-repeat;
            background-position: 6px;
            padding-left: 55px;
            width: 100%;
        }
.login-signup-box .form .password {
            background-image: url(images/login-txtpassword-icon.png);
            background-repeat: no-repeat;
            background-position: 6px;
            padding-left: 55px;
            width: 100%;
        }
.buffer-top{
    margin-top:10px;
}
