*
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 12px;
}
body
{
    background-color: #ffffff;
    margin: 0em;
    padding: 0em;
}
#body_login
{
	background-color:#004265; 
	background-image:url(/Web/Shared/images/Login2.svg);
	background-size: cover; 
	background-repeat:no-repeat;
}
#logo {
    background-image: url(/Web/Shared/images/romashka-logo-lg.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 84px;
    margin-bottom: 150px;
}
#login-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
fieldset {
    border: 1px solid #999b9e;
    padding-left: 10px;
    border-radius: 8px;
    background-color:#F2F7F9;
}
legend {
    color: #FEFEFE;
    background: #F2F7F9;
    border: 1px solid #000000;
    padding: 2px 6px;
}

.logintitle {
	margin-top:20px;
	margin-bottom:40px;
	font-family: Verdana;
	color:#485256;
	font-size:20px;
	line-height: normal;
}

.wrapper {
    width: 600px; 
    margin-left: auto; 
    margin-right: auto;
    padding-bottom: 3px;
    /*background: #eee; */
}
.loginWrapper {
	text-align: center;
	padding-bottom: 3px;
	margin-top: 220px;
}
a {
    font-size: 9px;
}
input {
    margin-top: 7px;
}
input[type="checkbox"] {
    margin-top: 12px;
}
input[type="submit"] {
    height: 25px;
    width: 90px;
    margin-top: 12px;
    margin-bottom: 12px;
}
div.tablularForm p {
    /*margin-left: 31%;*/
    color: #965C36;
}
div.loginTablularForm p {
    /*margin-left: 31%;*/
    color: #965C36;
}
div.tablularForm label {
    float: left;
    width: 33%;
    text-align: right;
    padding-top: 3px;
    margin-top: 8px;
    margin-right:-40px;
}
div.tablularForm input {
    margin-left: 5px;
}
div.tablularForm input[type="checkbox"] {
    margin-left: 31%;
}
div.tablularForm input[type="submit"] {
    margin-left: 31%;
    padding-bottom: 1px; /* for firefox - text alignment in buttons is an issue */
}
div.tablularForm .loginLink {
    margin-left: 31%;
}
div.tablularForm label.error {
    float: none;
    width: auto;
    text-align: left;
    padding-left: 5px;
    color: #965C36;
}
input.error {
    color: #965C36;
}
*:focus {
    outline-color: #E3C5B1;
}
#loginFieldset {
    width: 370px;
    border: 2px solid #878686;
    margin: auto;
    text-align: center;
    vertical-align:middle;
}
#loginCheckboxTd
{
    text-align:left; 
    padding-left: 68px;
}
#loginLegend {
    margin-left: 14px;
    text-align: left;
    background-color: White;
    color: black;
    border: 0px solid black;
}
.loginTable {
    width: -webkit-fill-available;
    margin:20px;
    border-spacing: 0;
    border-collapse: collapse; /* for IE 5-7 */
}
#loginSubmitTd 
{
    text-align:center;
}
.forgotCreds {
    color: #00a8d4;
    text-decoration: none;
}
.inputText {
    padding-right: 18px;
}
/* Style for login table's first column. */
.col1 {
    padding-top:9px;
    text-align: right;
    padding-right: 2px;
    width: 30%;
}
/* Style for login table's second column. */
.col2 {
    text-align: right;
    width: 70%;
    padding-right: 18px;
}
.tbInput {
    width: 220px;
}
/* Style for login table's column which spans both rows (single column full row). */
.colSpanRow {
    text-align: right;
}
/* Style, extra class stuff for use java version checkbox. */
.colSpanRowCheckBox {
    padding-top:5px;
    text-align: right;
    padding-right: 18px;
}
/* Special style for login submit button. */
#loginSubmit {
    margin-top:20px;
    margin-bottom:0px;
}
/* Style for the login error message for bad login credentials area. */
.loginErrorMsg {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 0px !important;
    padding-bottom: 10px;
    padding-top: 7px !important;
    background-color: #B74F5A;
    color: #FFFFFF !important;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
}
/* Style for the java applet question mark and the tooltip */
.questionMark {
    width:20px;
    height:20px;
    border-radius:50%;
    color:White;
    line-height:20px;
    text-align:center;
    background:#0d76bc;
    display:inline-block;
}
.tooltip {
    border-bottom: 1px dotted #000000;
    color: White;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}
.tooltip span {
    margin-left: -999em;
    position: absolute;
}
.tooltip:hover span {
    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-family: Calibri, Tahoma, Geneva, sans-serif;
    position: absolute;
    left: -15em;
    top: 2em;
    z-index: 99;
    margin-left: 0;
    width: 250px;
}
.tooltip:hover img {
    border: 0;
    margin: -10px 0 0 -55px;
    float: left;
    position: absolute;
}
.tooltip:hover em {
    font-family: Candara, Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 0.2em 0 0.6em 0;
}
.classic {
    padding: 0.8em 1em;
    color:white;
    background: #0d76bc;
}
* html a:hover {
    background: transparent;
}
.samlErrorWrapper {
    width: 370px;
    border: 2px solid #00A8D4;
    margin: auto;
    text-align: center;
    vertical-align:middle;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background-color: #B74F5A;
    color: #FFFFFF !important;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    .loginWrapper {
        margin-top: 150px !important;
    }
    .logintitle {
        margin: 10px 0 20px 0 !important;
    }
    .col1 {
        width: 25% !important;
    }
    .col2 {
        width: 75% !important;
    }
    #loginFieldset {
        max-width: 365px !important;
    }
    .tbInput {
        width: 245px !important;
    }
}
    
@media screen and (max-width: 440px) {
        #loginFieldset {
            max-width: 350px !important;
        }
        .tbInput {
            width: 230px !important; 
        }
        .col1 {
            width: 20% !important;
        }
        .col2 {
            width: 80% !important;
        }
}
    
@media screen and (max-width: 380px) {
        #loginFieldset {
            max-width: 300px !important;
        }
        .tbInput {
            width: 180px !important; 
        }
}
    
@media screen and (max-width: 340px) {
        #loginFieldset {
            max-width: 280px !important;
        }
        .tbInput {
            width: 160px !important;
        }
}

.mode-selector {
    text-align: left;
    padding-top: 25px;
    padding-left: 90px;
}

.mode-option {
    display: inline-block;
}

.mode-option input[type="radio"] {
    margin: 5px 0;
    vertical-align: middle;
}

.mode-option span {
    vertical-align: middle;
}
