﻿* {
     box-sizing: border-box;
}
body  {
    height:100%;
    width:100%;
    margin:0;
    line-height: 1.5;   
}
.section-content {
    width: 100%;
    height: 100vh;
    background: #fff;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.login-content  {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	margin-bottom: 100px;
}
.logo-content {
      text-align: center !important;
}
.login-form  {
    max-width: 500px;
    background-color: #17B698;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);    
    font-family: 'Raleway', sans-serif;
    width: 100%;
}
.login-formpanel  {
   padding: 20px 40px 20px 40px;
    max-width: 500px;
    width: 100%;
}

#formregister label { 
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    margin-bottom: 10px;color: #fff;
    white-space: nowrap;
}
#formregister span  {
    font-size: 13px;
    color: #fff;
}
#formregister a ,a:visited, a:hover {
    font-size: 13px;
    text-decoration: none;
    color:#17b799;
}
#formregister .formcontrol { 
    width: 70%;
    border-radius: 3px;
    display: block;
    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;
    margin: 0 0 0 0;color: #fff;
}
#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;
    width: 100%;
    display: flex;
    align-items: center;  
    justify-content: space-between;
}
#formregister .col_full label {
    margin-bottom: 0;
}
.submit-content  {
    text-align: center !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}
.btnsubmit {
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: orange;
    display: inline-block;
    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;
    color: #fff;
}
.chooseOrg {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}
.chooseOrg a {
    display: block;
    cursor: pointer;
}
.chooseOrg i {
    font-size: 40px;
    color: #555;
    margin: 0 0 20px;
}
.chooseOrg p {
    font-size: 15px;
    font-weight: bold;
}

.back-content {
    margin-bottom: 0;
    line-height: normal;
}
.back-content a {
    cursor: pointer;
}
.back-content i {
    color: #222;
}
.login-form a  {
    color:red !important;
}
@media (max-width: 576px) {
    .col_full {
       align-items: flex-start;
       flex-direction: column;
    }
    #formregister .formcontrol, .remember {
        width: 100%;
    }
    #formregister .col_full label[for="user_remember"] {
        display: none;
    }
    .login-form {
        max-width: 100%;
        width: auto;
        margin: 10px;
    }
}