.wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.title
{
         
    text-align: center;
    font-weight: bold;
    margin-top: 5%;        
}
.form-title
{
    font-size: 35px;     
    text-align: center;    
    color: #656565;
       
}
.form-subtitle
{
    font-size: 20px;     
    text-align: center;    
    color: #b3b3b3;          
}

.footer
{
         
    text-align: center;
    color: #b3b3b3; 
    padding: 20px;         
}
form
{
    width: 500px;
    margin: 0 auto;
}

form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 5px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #b3b3b3;
    outline: 0;    
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #2e2e2e;
    outline: 0;
}
#feedback, .error, .has-error, .inline-help{
   color: #d53;
   text-align: center;
   padding: 10px;   
}
#btn-login
{
    width: 100%;
    height: 50px;
    font-size: 25px;    
    font-weight: 400;
    margin-top: 16px;
    outline: 0;
    cursor: pointer;
}

#btn-login:hover
{
    transition: background-color 0.5s ease;
}

form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #2e2e2e;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #2ecc71;
}

.pr-wrap
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

