﻿/*Internet Explorer and Chrome and Firofox Styles Applied Seperetly*/
/*Please note that Chrome and Firefix Style is Applied Below*/

@media screen and (-webkit-min-device-pixel-ratio:0) {

    #customLoginMain {
        width: 45%;
        border: 1px solid rgb(140, 139, 139);
        padding: 3%;
        margin: 0 auto;
        /*margin-top:-130px;*/
        background-color: #fff !important;
        border-radius: 2%;
        margin-top: 0.5%;
        margin-bottom: 3%;
        height: 400px;
    }

    .ms-calloutLink {
        display: none;
    }

    #customLoginMain table {
        /*background-color: #e2efda;*/
    }

    .inputWithIcon input[type=text], input[type=password] {
        padding: 21px 0 19px 45px;
    }

    .inputWithIconCode {
        padding: 15px 0 2px 45px !important;
    }

    .inputWithIcon {
        position: relative;
    }

    inputWithIcon span {
        color: red;
        font-family: Arial;
        font-size: 15px;
    }

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 8px;
        padding: 12px 12px;
        color: #aaa;
        transition: .4s;
        background-color: #edebeb;
        border: 1px solid #aaa;
    }

    .inputWithIcon input[type=text]:focus + i {
        color: dimgrey;
    }




    .customLoginHeader {
        text-align: center;
        font-size: 18px;
        color: white;
        font-weight: bold;
        /*background-color: #3fab37;*/
        background-image: url('/_layouts/15/Images/RHJ/RHLogo.png');
        background-repeat: no-repeat;
        background-size: 190px 100px;
        height: 100px;
        /*background-size: 130px 70px;*/
        background-position: 50%;
    }

    .headerLogo {
        margin-top: -160px;
    }

    #siteName {
        color: #2b565c;
        font-weight: 500;
        font-size: 16px;
        margin: 3% !important;
        /*font-family: Roboto;*/
        text-align: center;
    }

    .userNameIcom {
        /*background-image: url('/_layouts/15/IsDB.SharePoint.RHUsersManagement/DesignFiles/Images/userName.png');*/
        /*background-repeat: no-repeat;*/
        margin-top: 5px;
    }

    .passwordIcom {
        /*background-image: url('/_layouts/15/IsDB.SharePoint.RHUsersManagement/DesignFiles/Images/password.png');*/
        /*background-repeat: no-repeat;*/
    }

    input[type=password], input[type=text] {
        width: 100%;
        border: 1px solid #aaa;
        margin: 8px 0;
        outline: none;
        /*padding: 8px;*/
        box-sizing: border-box;
        transition: .3s;
    }

    input[type=submit] {
        font-size: 14px !important;
        /*! font-weight: Bold !important; */
        margin-top: 20px !important;
        border-radius: 3px;
        background-color: #3fab37 !important;
        color: white;
        width: 100%;
        margin-left: -3px;
    }

        input[type=submit]:hover {
            font-size: 14px !important;
            /*! font-weight: Bold !important; */
            margin-top: 20px !important;
            border-radius: 3px;
            background-color: #3fab37 !important;
            color: white;
            width: 100%;
            margin-left: -3px;
        }

    #siteTitle {
        text-align: center;
        margin-top: 2%;
        color: #0f3f4a;
        font-weight: bold;
        font-family: Arial;
    }

    .sign-in-bottom {
        /*background-color: #3fab37;*/
        padding: 5px;
        color: white;
        width: 100%;
    }

        .sign-in-bottom a {
            color: #2b565c;
            font-weight: 500;
            font-size: 16px;
            padding-top: 1%;
            /*font-family: Roboto;*/
            float: right;
        }

    #ms-error-body {
        background-color: #e2efda !important;
    }

    .MAuto {
        margin: 0 auto
    }

    .FL {
        float: left
    }

    .FR {
        float: right
    }

    .Footer {
        width: 100%;
        /*position: fixed;*/
        bottom: 0;
        left: 0;
    }

    .FooterTop {
        width: 100%;
        height: 50px;
        font: bold 1em arial;
        color: #FFF;
        line-height: 50px;
        background-color: #3fab37;
    }

    .label {
        color: #2b565c;
        font-weight: 500;
        font-size: 13px;
        /*font-family: Roboto;*/
    }

    #descriptionArea {
        width: 40%;
        float: left;
        text-align: left;
        background-color: #f9f7f7;
        padding: 10px;
        margin-left: 5%;
        margin-top: 2%;
    }

    #welcomeTitle {
        font-family: arial;
        font-weight: bold;
        color: #787171;
    }

    #welcomeDescription {
        font-family: arial;
        color: #989696;
        float: left;
        font-size: 18px;
    }
}
/*Please note that Internet Explorer Style is Applied Below*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #customLoginMain {
        width: 45%;
        border: 1px solid rgb(140, 139, 139);
        padding: 3%;
        margin: 0 auto;
        /*margin-top:-130px;*/
        background-color: #fff !important;
        border-radius: 2%;
        margin-top: 0.5%;
        margin-bottom: 3%;
        height: 400px;
    }

    .ms-calloutLink {
        display: none;
    }

    #customLoginMain table {
        /*background-color: #e2efda;*/
    }

    .inputWithIcon input[type=text] {
        /* padding: 21px 0 19px 45px; */
        width: 90%;
        height: 42px;
        margin-left: 36px;
    }

    .inputWithIcon input[type=password] {
        /* padding: 21px 0 19px 45px; */
        width: 90%;
        height: 42px;
        margin-left: 36px;
    }

    .inputWithIconCode {
        padding: 15px 0 2px 45px !important;
    }

    .inputWithIcon {
        position: relative;
    }

    inputWithIcon span {
        color: red;
        font-family: Arial;
        font-size: 15px;
    }

    .inputWithIcon i {
        position: absolute;
        left: 0;
        top: 8px;
        padding: 12px 12px;
        color: #aaa;
        transition: .4s;
        background-color: #edebeb;
        border: 1px solid #aaa;
    }

    .inputWithIcon input[type=text]:focus + i {
        color: dimgrey;
    }




    .customLoginHeader {
        text-align: center;
        font-size: 18px;
        color: white;
        font-weight: bold;
        /*background-color: #3fab37;*/
        background-image: url('/_layouts/15/Images/RHJ/RHLogo.png');
        background-repeat: no-repeat;
        background-size: 190px 100px;
        height: 100px;
        /*background-size: 130px 70px;*/
        background-position: 50%;
    }

    .headerLogo {
        margin-top: -160px;
    }

    #siteName {
        color: #2b565c;
        font-weight: 500;
        font-size: 16px;
        margin: 3% !important;
        /*font-family: Roboto;*/
        text-align: center;
    }

    .userNameIcom {
        /*background-image: url('/_layouts/15/IsDB.SharePoint.RHUsersManagement/DesignFiles/Images/userName.png');*/
        /*background-repeat: no-repeat;*/
        margin-top: 5px;
    }

    .passwordIcom {
        /*background-image: url('/_layouts/15/IsDB.SharePoint.RHUsersManagement/DesignFiles/Images/password.png');*/
        /*background-repeat: no-repeat;*/
    }

    input[type=password], input[type=text] {
        width: 100%;
        border: 1px solid #aaa;
        margin: 8px 0;
        outline: none;
        /*padding: 8px;*/
        box-sizing: border-box;
        transition: .3s;
    }

    input[type=submit] {
        font-size: 14px !important;
        /*! font-weight: Bold !important; */
        margin-top: 20px !important;
        border-radius: 3px;
        background-color: #3fab37 !important;
        color: white;
        width: 100%;
        margin-left: -3px;
    }

        input[type=submit]:hover {
            font-size: 14px !important;
            /*! font-weight: Bold !important; */
            margin-top: 20px !important;
            border-radius: 3px;
            background-color: #3fab37 !important;
            color: white;
            width: 100%;
            margin-left: -3px;
        }

    #siteTitle {
        text-align: center;
        margin-top: 2%;
        color: #0f3f4a;
        font-weight: bold;
        font-family: Arial;
    }

    .sign-in-bottom {
        /*background-color: #3fab37;*/
        padding: 5px;
        color: white;
        width: 100%;
    }

        .sign-in-bottom a {
            color: #2b565c;
            font-weight: 500;
            font-size: 16px;
            padding-top: 1%;
            /*font-family: Roboto;*/
            float: right;
        }

    #ms-error-body {
        background-color: #e2efda !important;
    }

    .MAuto {
        margin: 0 auto
    }

    .FL {
        float: left
    }

    .FR {
        float: right
    }

    .Footer {
        width: 100%;
        /*position: fixed;*/
        bottom: 0;
        left: 0;
    }

    .FooterTop {
        width: 100%;
        height: 50px;
        font: bold 1em arial;
        color: #FFF;
        line-height: 50px;
        background-color: #3fab37;
    }

    .label {
        color: #2b565c;
        font-weight: 500;
        font-size: 13px;
        /*font-family: Roboto;*/
    }

    #descriptionArea {
        width: 40%;
        float: left;
        text-align: left;
        background-color: #f9f7f7;
        padding: 10px;
        margin-left: 5%;
        margin-top: 2%;
    }

    #welcomeTitle {
        font-family: arial;
        font-weight: bold;
        color: #787171;
    }

    #welcomeDescription {
        font-family: arial;
        color: #989696;
        float: left;
        font-size: 18px;
    }
}
