﻿body 
{
    height:100%;
    width:100%;
    margin:0;
    line-height: 1.5;
}
.section-content
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/images/login.jpg') center center no-repeat;
    background-size: cover;
    padding: 0 ;
    margin: 0 ;
}
.login-content 
{
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -236.5px;
    height: auto !important;
    left: 0;
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.logo-content
{
      text-align: center !important;
}
.login-form 
{
    max-width: 500px;
    background-color: #FFFFFF;
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0 !important;
    border: none !important;
    border-color: #dddddd;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}
.login-formpanel 
{
    padding: 20px 40px 20px 40px;
    max-width:420px;
    width:420px !important;
}
#formregister 
{
    margin-bottom: 0 !important;
    box-sizing: border-box;
}
#formregister label
{ 
    float: left;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
#formregister span 
{
    font-size: 13px;
}
#formregister a ,a:visited, a:hover
{
    font-size: 13px;
    text-decoration: none;
    color:#17b799;
}
#formregister .formcontrol
{ 
    float: right;
    width: 65%;
    border-radius: 3px;
    display: block;
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.center 
{
   text-align: center !important;
}
#formregister h3
{ 
    font-weight: 600;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color: #444;
    margin: 0 0 0 0;
}
#user_alert 
{
    color :Red;font-weight: 600;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}
.col_full 
{
    margin-bottom: 12px;
    line-height: 35px;
    clear: both;
    float: none;
    margin-right: 0;
    display: block;
    width: 100%;
    position: relative;
}
.submit-content 
{
    text-align: center !important;
    margin-bottom: 0 !important;
}

.btnsubmit
{
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #111;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0 ;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.col_full p
{
    text-align:justify;
    font-style:italic;
    font-size:13px;
}