﻿
/* OVERWRITE
----------------------------------------------------*/
.companylogo {
    background-color: #F7F7F8 !important;
    border-left: 1px solid #F7F7F8 !important;
}


/* LOGIN MESSIAGE 
----------------------------------------------------*/
.displaymessage {
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

/* LOGIN SCREEN
----------------------------------------------------*/
.logintitle {
    clear: both;
    padding-top: 45px;
    text-align:center;
}

.title {
    color: #c38100;
    font-size: 26px;
    line-height: 46px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.loginontentarea {
    clear: both;
    min-height: 450px;
    _height: 450px;
    background-color: #F7F7F8;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

/* LOGIN FORM
----------------------------------------------------*/
.formlogin {
    padding-top: 25px;
    position: relative;
    margin: 0 auto;
    width: 60%;
    box-sizing: border-box;
}

.formlogin .formelement {
    position: relative;
    clear: both;
    padding-top: 20px;
}

.formlogin .formelement span {
    font-size: 15px;
    color: #c38100;
    
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.formlogin .formelement input {
    clear: both;
    display: block;
    font-family: Arial, sans-serif; 
    width: 96%;
    font-size: 20px;
    padding: 6px;
    color: #666679;
    letter-spacing: .05em;
}

.formlogin .formbutton {
    clear: both;
    padding: 20px 0;
}


.formfooter {
    clear: both;
    margin: 25px 0 0 0;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}

.formfooter .forgotpassword {
    float: left;
}

.formfooter .securelogo {
    padding-top: 12px;
    float: right;
}

.formfooter .securelogo img {
    width: 92px !important;
}

.compatibilitynote  {
    clear: both;
    width: 100%;
    font-size: 10px;
    color: #666679;
    line-height: 16px;
}

.compatibilitynote .title  {
    clear: both;
    border-bottom: 1px solid #E5E5E5;
    color: #8341B7;
    font-size: 12px;
    line-height: 20px;
    padding-top: 50px;
    font-weight: 600;
    letter-spacing: .1em;
}

.compatibilitynote .notes  {
    padding-top: 3px;
    clear: both;
}

.compatibilitynote .notes a  {
    color: #FE9900;
}

.compatibilitynote .notes a:hover  {
    color: #c38100;
    
}


/* LOGIN FOOTER - TELIBID WEBSITE 
----------------------------------------------------*/
.loginfooterarea {
    clear: both;
    padding-top: 45px;
    min-height: 144px;
    _height: 144px;
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
}

.loginfooterarea .telibidlogo {
    display: inline-block;
    border-right: 1px solid #E5E5E5;
    padding: 0 45px;
}

.loginfooterarea .telibidlogo img {
    width: 140px;
    height: auto;
}

.loginfooterarea .websitelink {
    display: inline-block;
    padding: 0 45px;
    vertical-align: top;
}

.loginfooterarea .websitelink a {
    font-size: 12px;
    color: #FE9900;
    line-height: 60px;
    text-decoration: none;
}

.dashboardfooterarea .websitelink a:hover {
   color: #c38100;
}