﻿
@import url(fonts.css);

body {
    /*font-family: 'Segoe UI Light';*/
    /*background-color: #85b5e0;*/
    background-color: #fff;
}

.illus-bg {
    background-color: #85b5e0;
}

.login-box {
    margin-top: 30px;
    margin-left: 15px;
}

.panel-info > .panel-heading {
    background: none;
    border: none 0;
    color: #555;
}

.forgotPassword {
    color: #ffffff;
}

.panel-info {
    border: 0 none;
    box-shadow: none;
}

.login-box .input-group .form-control {
    height: 3em;
}

.login-box .input-group .input-group-addon {
    border-radius: 0;
}

.login-box .login-err-box {
    color: #cd1d34;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.login-box .btn {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    
}

.r {
    width: 32%;
    color: #555;
    display: table;
    float: right;
    height: 100% !important;
    min-height: 100%;
    /*position: fixed;*/
    right: 0;
    table-layout: fixed;
    top: 0;
    z-index: 1;
    background-color: #fff;
    /*box-shadow: -5px 0 10px 0px rgba(0,0,0,0.1);*/
}

.forgotPassword {
    width: 550px;
    display: table;
    float: right;
    height: 100% !important;
    min-height: 100%;
    position: fixed;
    right: 0;
    table-layout: fixed;
    top: 0;
    z-index: 1;
    background-color: #fff;
    color: #555;
    box-shadow: -5px 0 10px 0px rgba(0,0,0,0.1);
}

.info-box {
    vertical-align: top;
}

.form-control {
    border-radius: 0;
    font-size: 12px;
    height: 2em;
    padding: 0 6px;
}

.form-group .controls {
    padding: 0;
}

a.here-link {
    color: #0c59a9;
    text-decoration: underline;
}

.self-service.login-pic {
    margin: 0 !important;
}
