@import url('/public/css/global/iepngfix.css');
@import url('/public/css/global/cookiemessage.css');

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/public/fonts/glyphicons/glyphicons-halflings-regular.eot');
    src: url('/public/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/public/fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('/public/fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('/public/fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('/public/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

#cookiemessage {
    height: 65px;
    background: #4e4e4e;
}

#cookiemessagebackground {
    background-image: none;
}

#cookiemessagewrapper {
    height: 65px;
    left: unset;
    margin-left: 0;
    width: 100%;
    background-image: none;

}

#cookiemessagewrapper p {
    color: white;
    width: 100%;
    margin-top:18px
}

#cookiemessagewrapper button {
    background: #3aa7e0;
    border: transparent;
    left: unset;
    position: relative;
    top: 0;
    float: unset;
    margin-left: 20px;
}

html {
    height: 100%;
}

body {
    background-color: #152d49;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #383838;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #152d49 url("/images/salaryextras/SE-icon-background-2.svg") no-repeat;
    background-size: 140%;
    background-position: -460px;
}

@media only screen and (max-width: 1280px) {
    body {
        background-position: -340px;
    }
}

@media only screen and (max-width: 1040px) {
    body {
        background-size: 160%;
        background-position: -375px;
    }
}

@media only screen and (max-width: 860px) {
    body {
        background-size: 160%;
        background-position: -375px;
    }
}

@media only screen and (max-width: 760px) {
    body {
        background-size: contain;
        background: #152d49 no-repeat;
    }

    #extras_login {
        left: 50% !important;
        display: inline-block !important;
        margin-left: -140px !important;
    }
}

#container:before { /* Opera and IE8 "redraw" bug fix */
    content: "";
    float: left;
    height: 100%;
    margin-top: -999em;
}

form {
    padding: 0;
    margin: 0;
}

#sectiontop {
    text-align: center;
    height: 480px;
    width: 100%;
}

#sectionmiddle {
    text-align: center;
    width: 100%;
    height: 95px;
}

#sectionbottom {
    text-align: center;
    height: 100px;
    width: 100%;
}

#header {
    display: none !important;
    width: 420px;
    height: 261px;
    background-color: #FFFFFF;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -480px;
    background-image: url("/images/salaryextras/Header.png");
    background-repeat: no-repeat;
}

#footercontainer {
    position: relative;
    left: -6%;
    margin-top: 200px;
}

#footer1 {
    float: left;
    color: white;
    width: 955px;
    left: 50%;
    margin-left: -477px;
    position: relative;
}

#footer1left {
    font-size: 11px;
    margin-top: 9px;
    margin-left: 10px;
    float: left;
    width: 955px;
    text-align: center;
}

#footer1right img{
    display: none;
}


#footer2 {
    float: left;
    font-size: 11px;
    color: white;
    text-align: center;
    width: 340px;
    padding-bottom: 20px;
    padding-top: 4px;
}

#footer1 a {
    color: white;
    text-decoration: none;
}

#footer2 a {
    color: white;
    text-decoration: none;
}

#extras_login {
    max-width: 280px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -140px;
}

#signinbelow {
    font-weight: bold;
}

#registernow {
    font-weight: bold;
}

.form-border {
    border-radius: 20px;
}

#login_formbox {
    max-width: 280px;
    margin-top: 45px;
    margin-bottom: 20px;
}

#login_formbox a {
    color: #545454;
    text-decoration: none;
    font-size: 11px;
}

#login_formbox a:hover {
    text-decoration: underline;
}

#register_formbox {
    width: 250px;
    height: 240px;
    margin-left: 16px;
    margin-top: 20px;
}

#login_username_label {
    float: left;
    height: 22px;
    width: 110px;
    font-size: 12px;
    color: #4A6674;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#login_username_div {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 100%
}

#login_username,
#login_password,
#company_username {
    min-height: 40px;
}

#username {
    clear: right;
    float: left;
    max-width: 280px;
    height: 40px;
}

#login_password_div {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 240px;
}

#login_password_label {
    float: left;
    height: 22px;
    width: 110px;
    padding-top: 3px;
    font-size: 12px;
    color: #4A6674;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#new_password_div {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 100%;
}

#new_password_label {
    float: left;
    width: 120px;
    height: 22px;
    padding-top: 3px;
    font-size: 12px;
    color: #4A6674;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#new_password {
    clear: right;
    float: left;
    max-width: 280px;
    height: 40px;
}

#confirm_password_label {
    float: left;
    width: 120px;
    height: 22px;
    padding-top: 3px;
    font-size: 12px;
    color: #4A6674;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

#confirm_password_div {
    float: left;
    clear: both;
    margin-bottom: 8px;
    width: 100%;
}

#confirm_password {
    clear: right;
    float: left;
    max-width: 280px;
    height: 40px;
}

#passwordrecoverlabel {
    clear: both;
    float: left;
    height: 36px;
    width: 240px;
    margin-top: -28px;
    margin-left: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
}

#passwordrecoverlabel a:hover {
    cursor: pointer;
}

#forgotpass {
    margin: 25px 0;
    display: block;
    color: white;
    text-align: center;
}

#register_button_div {
    float: left;
    clear: both;
    text-align: right;
    width: 216px;
    margin-top: 4px;
    margin-left: 16px;
    display: inline;
}

#login_button_div {
    float: left;
    clear: both;
    margin-top: 4px;
    text-align: right;
    width: 100%;
}

#login_button {
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #3aa7e0;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

#register_button, #reset_button {
    color: white;
    font-size: 14px;
    font-weight: bold;
    background: #fe6b01;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

#login_button:hover {
    cursor: pointer;
    background: #3aa7e0;
}

#register_button:hover, #reset_button:hover {
    cursor: pointer;
    background: #fe6b01;
}


#login_button:active {
    cursor: pointer;
    background: #3aa7e0;
}

#register_button:active, #reset_button:active {
    cursor: pointer;
    background: #fe6b01;
}

#loginseprator {
    background-color: #AFAEAE;
    width: 1px;
    left: 270px;
    position: absolute;
    top: 21px;
    height: 280px;
}

#loginleftcol {
    width: 250px;
    height: 334px;
    display: inline;
    position: absolute;
    left: 270px;
}

#loginrightcol {
    float: left;
    width: 270px;
    height: 336px;
}

#loginheader {
    margin-top: 18px;
    margin-bottom: 32px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    max-width: 280px;
}

#loginlefttop {
    float: left;
    width: 320px;
    height: 200px;
}

#loginlefttop #text {
    margin-top: 70px;
}

#loginleftbottom {
    float: left;
    width: 240px;
    margin-top: -54px;
    margin-left: 270px;
    display: inline;
}

#loginrighttop {
    float: left;
    width: 250px;
    height: 200px;
    display: inline;
}

#loginrightbottom {
    float: left;
    width: 320px;
    height: auto;
    margin-top: 12px;
}

#companyuserheaderdetail {
    display: none;
}

#companyusernameinput {
    float: left;
    width: 250px;
    margin-left: 16px;
    margin-top: 0;
    margin-bottom: 8px;
    display: inline;
}

#companyusernamelabel {
    float: left;
    font-size: 12px;
    color: #4A6674;
    margin-left: 0;
    height: 22px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline;
}

.new-user-title {
    color: white;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

#company_username {
    display: inline;
}

#companyidtitle {
    display: none;
    margin-top: 4px;
    margin-left: 0;
    width: 230px;
    font-size: 20px;
    color: #939393;
    font-family: Helvetica, Arial, sans-serif;
}

#companyidexplaintext {
    display: none;
    margin-left: 0;
    font-size: 11px;
    width: 230px;
    margin-top: 4px;
    font-family: Helvetica, Arial, sans-serif;
}

#registerheader {
    float: left;
    display: inline;
    margin-top: 18px;
    margin-bottom: 32px;
    margin-left: 20px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    width: 120px;
}

#cantlogintitle {
    float: left;
    margin-top: 44px;
    font-size: 12px;
    color: #939393;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline;
}

#cantlogintext {
    float: left;
    margin-left: 0;
    font-size: 11px;
    width: 230px;
    margin-top: 4px;
    font-family: Helvetica, Arial, sans-serif;
    display: inline;
}

#disabledtext1 {
    font-size: 14px;
    font-weight: bold;
    width: 280px;
    margin-top: 40px;
    color: white;
}

#disabledtext2 {
    font-size: 12px;
    width: 280px;
    margin-top: 20px;
    margin-bottom: 24px;
    color: white
}

#reset_button_div {
    float: left;
    clear: both;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.grecaptcha-badge {
    z-index: 9999999 !important;
}

.input-group-addon {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: white;
    border-right: none;
    min-height: 40px;
}

.input-group-addon .glyphicon {
    color: #e7004c;
}

.input-group input {
    border-left: none;
}