﻿body {
    background: #000;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cloud {
    background: #353535;
}

.main-color {
    color: #558fc5;
}

.no-decoration{
    text-decoration: none;
}

.login {
    height: 150px;
    width: 220px;
    margin: auto;
    border: 1px #CCC solid;
    padding: 10px;
}

.login input {
    padding: 5px;
    margin: 5px
}

.form-group input{
    margin: auto; 
    display: block;
}

#contentPlaceholderMain_Login1{
    margin: auto;
    display: block;
}

#contentPlaceholderMain_Login1 tbody {
    display: table;
    width: 100%;
}

#login-container {
    background: #000;
}

#login-body {
    margin-top: 40px;
    display: -webkit-box;
}

.full-width {
    width: 100%;
    padding: 10px 20px;
}

.center-text{
    text-align: center;
}

.center-block{
    margin: auto;
    display: block;
}

.main-btn, .main-btn:hover {
    background: #c3d7ed;
    border: 2px solid #fff;
    color: #000;
}

.float-left{
    float: left;
}

.float-right {
    float: right;
}
.white-text{
    color: #fff;
}

.forgot-password-text {
    margin-left: 20px;
    margin-top: 7px;
    float: left;
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
}

.login-panel {
    margin: auto;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    width: 320px;
    max-width: 100%;
}

#main-header, #main-footer {
    padding: 10px 20px;
}

.pushed-from-top{
    margin-top: 80px;
}

.spacer {
    height: 40px;
    clear: both;
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.footer-center{
    clear: both;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.header-left {
    float: left;
    text-align: left;
}

.header-right{
    float: right;
    text-align: right;
    line-height: 30px;
    font-size: 20px;
}

.footer-left {
    float: left;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
}

.footer-right {
    float: right;
    text-align: right;
    line-height: 30px;
    font-size: 16px;
}

.agreement-panel {
    margin: auto;
    padding: 20px;
    border: 2px solid #fff;
    border-radius: 25px 25px 25px 25px;
    max-width: 800px;
    background: #fff;
}

.panel-header{
    font-weight: bold;
    font-size: 24px;
}

.justify-text{
    text-align: justify;
}

.tasbiller .publicform fieldset {
    border-radius: 24px 24px 24px 24px;
    padding: 20px;
    margin: 5px;
    width: auto;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}