/*------------------------------------------------------------------
[Login Page Stylesheet]

Project:    Cannavaro Notepad Memo Admin Dashboard Template
Version:    1.0
Last change:    25/09/2014 [fixed Float bug, vf]
Author: themesmile
-------------------------------------------------------------------*/

/* maki */


/*
    Login  Coustom
*/

.box-login{
    background-color: rgba(255,255,255,0.6);
    margin-right: 10%;
    margin-left: 10%;
    margin-top:100px;
}

.title-login{
    padding: 20px 0 0 0; 
    text-transform: uppercase;
    color:#5B5C6D;
}
.account-box  label{
    color:#5B5C6D !important;
}

.account-box {
    z-index: 3;
    font-size: 13px !important;
    padding: 0 20px;
    margin-bottom: 0;
}
.logo {
    width: 138px;
    height: 30px;
    text-align: center;
    margin: 10px 0px 27px 40px;
    background-position: 0px -4px;
    position: relative;
}
.forgotLnk {
    margin-top: 10px;
    display: block;
}
.purple-bg {
    background-color: #6E329D;
    color: #fff;
}
.or-box {
    border-top: 1px solid #58719C;
    margin-bottom: 0;
    margin-top: 80px;
    padding-top: 20px;
    position: relative;
}
.or {
    background-color: #FFFFFF;
    color: #666666;
    position: relative;
    text-align: center;
    top: -30px;
    width: 60px;
    padding: 0 10px;
}
.account-box .btn:hover {
    color: #fff;
}
.btn-facebook {
    background-color: #3B5998;
    color: #fff;
    font-weight: 100;
    text-align: left;
}
.btn-google {
    background-color: #C32F10;
    color: #fff;
    font-weight: 100;
    text-align: left;
}
.btn-twitter {
    background-color: #00ACED;
    color: #fff;
    font-weight: 100;
    text-align: left;
}
.btn-instagram {
    background-color: #316698;
    color: #fff;
    font-weight: 100;
    text-align: left;
}
.label-forgot {
    font-size: 11px;
    color: #3276B1;
}
.label-forgot:hover {
    text-decoration: none;
}
.space-icon {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);
    margin-right: 11px;
    padding-right: 0;
    width: 24px;
    display: inline-block;
}
.login-with {
    background: #F2F4F8;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -33px;
}
.login-with b {
    color: #00ACED;
    cursor: pointer;
}
.wrap-login {
    margin: 0 auto;
    width: 70%;
}
.login .brand {
    color: #323A45;
    display: block;
    font-size: 27px;
    font-weight: 200;
    letter-spacing: -2px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
}
.login .brand span {
    font-weight: bold;
    letter-spacing: -2px;
    text-transform: uppercase;
}
.login .brand i {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    color: #F4F4F4;
    font-size: 9px;
    font-style: normal;
    letter-spacing: 0;
    padding: 2px 3px;
    position: relative;
    right: -7px;
    top: -4px;
}
.logo-login {
    background: none repeat scroll 0 0 #20262E;
    border-radius: 63px;
    color: #FFFFFF;
    font-size: 45px;
    height: 60px;
    margin: 20px auto;
    padding: 40px 0 0;
    text-align: center;
    width: 100px;
}
