﻿.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.cat-round-black {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #000000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.cat-round-black img {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -28px;
}
.wrkspace-bkcolor {
    background-color: #FEFEFE
}
.content-spacing {
    padding: 50px;
    border-left: 1px solid #CFD1D2;
    border-bottom: 1px solid #CFD1D2;
    border-right: 1px solid #CFD1D2;
}
.margin-top-30 {
    margin-top: 30px;
}
.login-caption-holder {
    background-color: #000000;
    text-align: center;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
}
.login-caption {
    font-size: x-large;
}
.login-user-icon {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 35px;
    background-color: #EFEFF0;
}
.login-user-icon img {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}
.login-user-text {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 215px;    
    background-color: #EFEFF0;
}
.txtUserName-class {
    position: absolute;
    width: 211px;
    padding: 5px;
    border: 0px;
    background-color: #EFEFF0;
    outline: none !important;
    top: 3px;
    left: 5px;
}
.login-validate-icon {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 35px;
    background-color: #EFEFF0;
}
.login-validate-icon img {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -10px;
}
.login-validate-text {
    display: inline-block;
    position: relative;
    height: 35px;
    width: 215px;    
    background-color: #EFEFF0;
}
.txtPassword-class {
    position: absolute;
    width: 211px;
    padding: 5px;
    border: 0px;
    background-color: #EFEFF0;
    outline: none !important;
    top: 3px;
    left: 5px;
}
.top-10 {
    padding-top: 10px;
}
.top-20 {
    padding-top: 20px;
}
.bottom-20 {
    padding-bottom: 20px;
}
.top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.remember-option {
    /*border-top: 1px solid #D9D9D9;*/
}
.remember-label {
    font-size: x-small;
}
.login-button {
    color: white;
    background-color: #437ABF;
    border: 1px solid #437ABF;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
#dvLoginControl {
    display: inline-block;
    position: initial;
    width: auto;
    height: auto;
    top: initial;
    margin-top: 0;
    left: initial;
    margin-left: 0;
}
@media (min-width: 768px) {    
    #dvLoginControl {
        display: inline-block;
        position: fixed;
        width: 358px;
        height: 486px;
        top: 50%;
        margin-top: -243px;
        left: 50%;
        margin-left: -179px;
    }
}