﻿html, body {
    background-color: #fff;
}

.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.bg{
    background-color: rgba(255, 255, 255, 1);
}

.divAlign{
    padding: 10%;
}

.Login_Footer {
    display: block;
    height: 100px;
    padding: 15px 0;
    box-shadow: none;
    position: fixed;
}

.Login_background {
    background-position: initial;
    background-position-x: 0%;
    -ms-background-position-x: 0%;
    background-position-y: 0%;
    -ms-background-position-y: 0%;
}

.Login_Box {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: none;
    border-radius: 0px;
    box-shadow: none;
    color: #666666;
    font-size: 14px;
    width: auto;
    z-index: 5;
}

.For_Login {
    margin-left: -200px;
    top: 45% !important;
}

.For_Signup { 
    margin-left: -370px; 
    top: 30% !important;
}

input[type="text"], input[type="password"] {
    border-bottom: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    height: 30px !important;
    padding-left: 40px;
    width: 275px;
    font-size: 14px;
}


.Square_Button_Gray,
.Square_Button_Gray:hover {
    background: rgba(25, 50, 85, 1);
    color: #fff;
    border-color: rgba(25, 50, 85, 1);
    cursor: pointer;
}

.passwordchecker {
    float: right;
    margin-left: 330px !important;
    margin-top: 0px !important;
    display: block;
    position: absolute;
}

.Button,
a.Button,
.Button:hover,
.desktop .Button:hover {
    background-color: #63819b;
    border: 1px solid #63819b;
    width: 275px;
    margin-right: 0px !important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    height: 40px !important;
}

.Button.Is_Default,
.Button.Is_Default:hover,
a.Button.Is_Default,
a.Button.Is_Default:hover,
.desktop .Button.Is_Default,
.desktop .Button.Is_Default:hover {
    width: 275px;
    margin-right: 0px !important;
    background-color: #334D7C;
    border: 1px solid #334D7C;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    height: 40px !important;
}

.Login_Box .Button:hover,
.Login_Box a.Button:hover,
.desktop .Login_Box .Button:hover,
.Login_Box .Button.Is_Default:hover,
.Login_Box a.Button.Is_Default:hover {
    background: #193255;
    cursor: pointer;
    opacity: 1;
}

.Login__Form {
    padding: 30px 0px 30px 0px;
}

.Login__Form ::-webkit-input-placeholder { color: #999999 !important; font-size: 14px; text-transform: none; } /* Chrome/Opera/Safari */
.Login__Form ::-moz-placeholder { color: #999999 !important; font-size: 14px; text-transform: none } /* Firefox 19+ */
.Login__Form :-ms-input-placeholder { color: #999999 !important;  font-size: 14px; text-transform: none } /* IE 10+ */
.Login__Form :-moz-placeholder { color: #999999 !important; font-size: 14px; text-transform: none } /* Firefox 18- */

.login-username,
.login-password {  
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0px 0px 10px 0px;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
    width: 275px;
}

.login-username:after {
    color: #666666;
    content: "\f007";
    font-size: 20px;
    left: 5px;
    position: absolute;
    top: 5px;
}

.login-password:after {
    color: #666666;
    content: "\f023";
    font-size: 22px;
    left: 5px;
    position: absolute;
    top: 5px;
}

.Login__Form input[type="text"]:focus, .Login__Form input[type="password"]:focus,
.ForgotPasswordUsernameContainer input[type="text"]:focus,
.NewPasswordContainer input[type="text"]:focus {
    border-bottom: 1px solid #68a7cb;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
}

.Login_Box a,
.Login_Box a:link {
    color: #193255;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.Login_Box a:hover {
    text-decoration: underline;
}

.footer-left { text-align: left; vertical-align: middle; } 
.footer-right { font-size: 24px; text-align: right; vertical-align: middle; } 

.ForgotPasswordUsernameContainer input[type="text"],
.NewPasswordContainer input[type="text"] {
    padding-left: 5px;
}

.NewPasswordContainer label, .NewPasswordContainer span.ValidationMessage {
    text-align: left;
    margin-left: 16%;
}

.ForgotPasswordUsernameContainer div > input[type="text"],
.NewPasswordContainer div > input[type="text"] {
    border-bottom: 1px solid #dddddd;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    height: 30px !important;
    width: 275px;
    font-size: 14px;
    text-align: center
}

.loginfootertext {
    font-size: 14px;
}

.Login_Box .Tabs {
    border: none  !important;
    min-height: auto;
}

.Login_Box .Tabs_header {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    background: #334D7C;
    border-bottom: none !important;
}

.Login_Box .Tabs_header div span.fa { 
    font-size: 16px;
    margin-right: 10px;
}

.Login_Box .Tabs_header {
    width: 45%;
}

.Login_Box .Tabs__tab {
    border-bottom: 4px solid #334D7C !important;
    color: #fff;
    padding: 10px 60px 10px 15px;
    font-size: 12px;
}


.Login_Box .Tabs__tab:hover,
.Login_Box .Tabs__tab.active {
    border-bottom: none;
    color: #334D7C;
}

.Login_Box .Tabs__tab:hover{
    border-bottom: 4px solid #334D7C;
}

.Login_Box .Tabs__tab.active,
.Login_Box .Tabs__tab.active:hover {
    border-top: 4px solid #334D7C;
    border-bottom: none !important;
}

.Login_Box .Tabs_body {
    background: rgba(255,255,255,.85);
    border: 1px solid #ccc;
    border-top: 4px solid #334D7C;
    border-top-left-radius: 3px;
    font-size: 12px !important;
    margin-left: -1px;
    margin-top: -4px !important;
    min-width: 242px;
    position: absolute;
    z-index: -1 !important;
}

.Form input.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, 
.Form textarea.SmartInput_Changed.ReadOnly + a.SmartInput_Undo, 
.Form select.SmartInput_Changed.ReadOnly + a.SmartInput_Undo {
    text-decoration: none;
}

/*************** RESPONSIVENESS SECTION ***************/

@media (min-width: 769px) and (max-width: 1024px) { 
    .company-logo {
        width: 180px; 
        height: auto;
    }
    .footer-right { font-size: 18px; } 
    .Login_Footer { padding: 25px 0 !important; }
    .tablet .Login_Footer { height: 100px; }
}

@media (max-width: 764px) { 
    .Login_Footer { display: none; }
    .Login_background {
        display: none !important;
        background-color: #fff;
    }
    
    .Login_Box { 
        border: none;
        font-size: 16px;
        width: 100%;
        margin-left: 0px;
        left: 0px;
    }
    
    .Button,
    a.Button,
    .Button:hover,
    .desktop .Button:hover { font-size: 16px; }

    .Button.Is_Default,
    .Button.Is_Default:hover,
    a.Button.Is_Default,
    a.Button.Is_Default:hover,
    .desktop .Button.Is_Default,
    .desktop .Button.Is_Default:hover { font-size: 16px; }

    .Button:hover,
    a.Button:hover,
    .desktop .Button:hover,
    .Button.Is_Default:hover,
    a.Button.Is_Default:hover { font-size: 18px !important; }
    
    .Login_Box a,
    .Login_Box a:link { font-size: 16px; }
    .Login_Box a:hover { font-size: 18px; }
    .loginfootertext { font-size: 16px; }   
    .Login__Form ::-webkit-input-placeholder { font-size: 16px; } /* Chrome/Opera/Safari */
    .Login__Form ::-moz-placeholder { font-size: 16px; } /* Firefox 19+ */
    .Login__Form :-ms-input-placeholder { font-size: 16px; } /* IE 10+ */
    .Login__Form :-moz-placeholder { font-size: 16px; } /* Firefox 18- */
    input[type="text"], input[type="password"] { font-size: 16px; }
}

@media (max-width: 764px) and (orientation : landscape) { 
    .Login_Box { 
        top: 0% !important;
        margin-top: 0px;
    }
}
