/* pages/login.css */

*{
	font: 9.5pt Arial, Tahoma, Helvetica, sans-serif;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}

html
{
    background-color: #EDF0F2;
    height: 100%;
    overflow: visible;
}

body
{
    border:0px none;
    overflow: auto;
    text-align: center;
    margin: 0px;
    width: 100%;
    height: auto;
}

body form 
{
    width: 100%;
    margin-top: 3%;
    margin-bottom: 10px;
}

#formWrapper
{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 90%;
    background: #F8F8F8;
    -webkit-box-shadow: 0px 0px 15px 0px #1d2b33;
    -moz-box-shadow: 0px 0px 15px 0px #1d2b33;
    -ms-box-shadow:  0px 0px 15px 0px #1d2b33;
    -o-box-shadow: 0px 0px 15px 0px #1d2b33;
    box-shadow: 0px 0px 15px 0px #1d2b33;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    
}

.innerTable 
{
    width: 100%;
}

#logoContainer 
{
    width: 100%;
}

#biglogo img
{
    display:inline;
    top: 0px;
    max-width: 100%;
    padding-right: 3%;
    padding-left: 3%;
}

.loginText 
{
    padding-top: 25px;
}

.roundyMcRounderson
{
    background: #E1E5E8;
    border: 1px solid #E1E5E8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.roundyMcRounderson:hover
{
    border-color: #ccc;
}

.roundyMcRounderson i
{
    height: 40px;
    line-height: 40px;
    margin-left: 3%;
    margin-right: 3%;
    width: 6%;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.roundyMcRounderson i:before 
{
    vertical-align: 0px;
}

.roundyMcRounderson input
{
    display: inline-block;
    border: 0px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -ms-border-top-right-radius: 6px;
    -o-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    -ms-border-bottom-right-radius: 6px;
    -o-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 38px;
    width: 87.48888888888888%;
    padding: 10px;
    padding-left: 3%;
    padding-right: 3%;
    font-size: 15px;
    color: #606060;
    float: right;
}

.login-input 
{
    margin-top: 10px;
}

.loginButton
{
    cursor: default;
    display: inline;
    width: auto;
    min-width: 55%;
    max-width: 320px;
    height: auto;
    padding: 15px;
    border: 0px none;
    background-color:#2271a2;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: background 0.25s ease;
    transition: background 0.25s ease;
}

.loginButton:hover 
{
    background-color: #146394;
}

.loginButton i
{
    position: relative;
    bottom: 2px;
    font-size: 10px;
}

.login-input select 
{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border-color: #C5C5C5;
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
    max-width: 200px;
    padding: 3px;
    padding-top: 4px;
    height: 28px;
    border: 1px solid #E1E5E8;
    background-color: #FFF;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.login-input select.solo 
{
    max-width: 400px;
    width: 80%;
}

select:hover
{
    border-color: #aaa;
}

.loginText td
{
	color:#000;
    padding: 5px;
}

.branding, .branding a, .branding *
{
	text-decoration: none; 
	color: #000; 
	cursor: text;
	font-size: 12px;
	font-weight: normal;
}

.branding a 
{
    cursor: pointer;
}

#statusMessage, #assistance
{
    color: #BC4D11;
    width: calc(100% - 40px);
    text-align: left;
}

#statusMessage 
{
    margin-left: 20px;
    margin-right: 20px;
}

#statusMessage p
{
    color: #BC4D11;
}

.powered-by-mdaemon 
{
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 5px;
    margin: 0px;
    background-color: #1d2b33;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.powered-by-mdaemon img 
{
    max-width: 100%;
}

.small-font, .small-font a
{
    font-size: 10.5px !important;
}

.forgot-password 
{
    text-align: right;
    margin-top: 10px;
    margin-right: 5%;
}

#passwordRecovery 
{
    text-decoration: none;
    color: #2271a2;
}

#passwordRecovery:visited 
{
    color: #2271a2;
}

.pull-right 
{
    padding-right: 10px; 
    padding-top: 10px;
}

.pull-right a 
{
    text-decoration: none;
    color:#000;
}

.pull-right a:visited 
{
    color: #000;
}

.select-placeholder 
{
    color: gray;
}

option 
{
    color: Black;
}

.branding a 
{
    color: #666666;
}