
html
{
    background: url("../Images/LoginHeader.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body
{
    margin: 0px !important;
    font-family: Arial;
}

.input
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0px 10px;
}
.colcenter
{
    width: 485px;
    margin: auto;
    display: table;
    height: 445px;
}
.type-of-login
{
    background-color: #ecedf0;
    border: 1px solid #ecedf0;
    padding: 0px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
}
.userlogin-header
{
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #48a6d9;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.userlogin-information
{
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.labelstyle
{
    margin-bottom: 10px;
    width: 100%;
    display: inline-table;
}
.select-label
{
    margin-top: 5px;
}
.select-type
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.login-container
{
    margin-top: 10px;
    display: none;
}

.loginbutton
{
    margin: 10px 0px;
    cursor: pointer;
}
.forgetPassword
{
    color: #48a6d9;
}

.btn
{
    height: 35px !important;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    border-radius: 3px;
    margin-top: 15px;
    color: #fff;
}
#footer
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #343434;
    font-size: 10px;
    color: #fff;
}
#footer p
{
    float: right;
    padding: 10px 15px;
}
#footer a
{
    color: #fff;
    text-decoration: none;
    padding-bottom: 15px;
}
#footer a img
{
    float: left;
    padding: 10px 15px;
    outline: none;
    border: none;
}
.row
{
    display: table-cell;
    vertical-align: middle;
}
.loginelements
{
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}


.input
{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0px 10px;
}
.colcenter
{
    width: 485px;
    margin: auto;
    display: table;
    height: 445px;
}
.forgotcolcenter
{
    width: 465px;
    margin: auto;
    display: table;
    height: 445px;
}
.type-of-login
{
    background-color: #ecedf0;
    border: 1px solid #ecedf0;
    padding: 0px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 20px;
}
.userlogin-header
{
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #48a6d9;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.userlogin-information
{
    color: #666;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.labelstyle
{
    margin-bottom: 10px;
    width: 100%;
    display: inline-table;
}
.select-label
{
    margin-top: 5px;
}
.select-type
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.login-container
{
    margin-top: 10px;
    display: none;
}
.forgotpassword-container
{
    margin-top: 10px;
}

.loginbutton
{
    margin: 10px 0px;
    cursor: pointer;
}
.btn
{
    height: 35px !important;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
    border-radius: 3px;
    margin-top: 15px;
    color: #fff;
    border-color: #48a6d9;
    background-color: #48a6d9;
}
#footer
{
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #343434;
    font-size: 10px;
    color: #fff;
}
#footer p
{
    float: right;
    padding: 10px 15px;
}
#footer a
{
    color: #fff;
    text-decoration: none;
    padding-bottom: 15px;
}
#footer a img
{
    float: left;
    padding: 10px 15px;
    outline: none;
    border: none;
}
.row
{
    display: table-cell;
    vertical-align: middle;
}
.loginelements
{
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}
