﻿body {
    font-family: 'Lato', sans-serif;
    height: 100vh;
    overflow: hidden;
}

/*    --------------------------------------------------
        :: Login Section
        -------------------------------------------------- */
.newInformation {
    background: #34495e;
    width: 100%;
    height: 100vh;
    color: #fff;
}

    .newInformation .img {
        width: 100%;
        overflow: hidden;
        background: url(../img/logo/bg_login.jpg);
        height: 82vh;
        background-repeat: no-repeat;
        background-size: 130% auto;
        background-position: -97px -48px;
    }

    .newInformation h1 {
        font-size: 2.7em;
        color: white;
        padding: 0 25px;
        font-weight: 300;
    }

    .newInformation p {
        color: white;
        padding: 0 25px;
        font-weight: 300;
    }

#agreement {
    color: #aaa;
}

#login .form-wrap {
    padding: 15%;
}


.companyDetails {
      float: right;
    padding: 1% 1% 0% 0%;
        }
#selectedCompany{
    padding-left:3%;
    font-size:1.2em;
}


.form-control-modified {
    height: 50px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.company-error {
    margin-top: 2%;
}

.login-btn {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 2% !important;
}

#login h1 {
    font-size: 2em;
    line-height: 3rem;
    font-weight: 300;
    margin-bottom: 2rem;
}


#login .form-group {
    margin-bottom: 25px;
}

.btn-timeper {
    border-color: #e67e22 !important;
    background-color: #e67e22;
    color: white !important;
}

    .btn-timeper:hover, .btn-timeper:visited, .btn-timeper:active {
        color: white !important;
    }

#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    #login .checkbox.show:before {
        content: '\e013';
        color: #34495E;
        font-size: 17px;
        margin: 1px 0 0 3px;
        position: absolute;
        pointer-events: none;
        font-family: 'Glyphicons Halflings';
    }

    #login .checkbox .character-checkbox {
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #ccc;
        vertical-align: middle;
        display: inline-block;
    }

    #login .checkbox .label {
        color: #6d6d6d;
        font-size: 13px;
        font-weight: normal;
    }

#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}


/*    --------------------------------------------------
        :: Footer
        -------------------------------------------------- */
footer {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 10px;
}

#footer {
    color: #6d6d6d;
    font-size: 12px;
    text-align: center;
}

    #footer p {
        margin-bottom: 0;
    }

    #footer a {
        color: inherit;
    }

/*    --------------------------------------------------
        :: FSearch box
        -------------------------------------------------- */
.inner-addon {
    position: relative;
}

    /* style glyph */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 15px;
        pointer-events: none;
    }

/* align glyph */
.right-addon input {
    padding-right: 30px;
}

.right-addon .glyphicon {
    right: 0px;
    color: #d35400;
}

.seleorg {
    margin-top: 3%;
    font-size: 16px;
    color: #aaa;
}

.sectlogin {
    padding: 0 0 0 20px;
}

.strcont {
    margin-top: 165px;
}

#main {
    overflow: auto;
    color: #aaa;
    text-align: right !important;
    /* this needs to be bigger than footer height*/
}

@media only screen and (max-width : 991px) {
    .sectlogin {
        padding: 0px;
    }

    .strcont {
        margin-top: 15px;
    }
}

/* for ipad screen (768:portrait and 1024:landscape) */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    #login h1 {
        font-size: 1.8em;
    }
}

/*Auto Complete*/

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2%;
    font-size: 1.2em;
    background: #f8f8f8;
    white-space: nowrap;
    overflow: hidden;
}

    .autocomplete-suggestion:hover {
        cursor: pointer;
    }

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        font-weight: bold;
        font-size: 16px;
        color: #000;
        display: block;
        border-bottom: 1px solid #000;
    }
