* {
    font-family: "Segoe UI";
    outline: none; /* for Google Chrome browser */
}

.container {
    min-width: 380px;
    max-width: 1130px;
}

.mainContainer {
    margin: 20px;
    box-shadow: 20px 20px 40px rgba(0,0,0,0.21);
}

.leftPart {
    background: #5e889b;
    min-height: 540px;
}

.div_Logo {
    background: url(/Images/Login/Siteroom_logo.png) center center no-repeat;
    margin: 50px 0 20px 0;
    box-sizing: border-box;
    height: 55px;
}

.div_Slogan {
    padding: 0 5%;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 18px;
}

.rightPart {
    background: #fff;
    padding-bottom: 30px;;
}

.header {
    color: #2b9ccd;
    width: 100%;
    text-align: center;
    font-size: 28px;
    margin-top: 15%;
}

.div_Input {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    position: relative;
}

input::-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: red !important;
}

.tb_Input {
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
}

.tb_Input {
    background-color: #fff;
    font-size: 21px;
    border: 0;
    border-bottom: solid 1px #acc3cd;
    color: #1c7ea9;
    height: 40px;
    padding: 0 10px;
    outline: none;
}

    .tb_Input.Email {
    }

    .tb_Input.Password {
    }

::-webkit-input-placeholder {
    color: #acc3cd;
    font-style: italic;
    font-size: 19px;
    opacity: 1; /* Firefox */
}

.btn_Main {
    width: 180px;
    height: 45px;
    background-color: #5e889b;
    box-shadow: 5px 5px 12px #00000036;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    cursor: pointer;
}

    .btn_Main:hover {
        background-color: #148bc1;
    }

    .btn_Main.Loading {
        background: #5e889b url(/images/login/loader_transparent.gif) center center no-repeat;
    }

.btn_Lnk {
    color: #1c7ea9;
    display: inline-block;
    margin: 10px 10px 0 10px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

    .btn_Lnk.RightAlign {
        position: absolute;
        right: 30px;
        bottom: 0;
    }

.div_Bullets {
    padding: 0 20% 0 25%;
    margin: 10% 0 5%;
}

.bullet {
    margin-bottom: 6px;
    color: #bacdd5;
    padding-left: 12px;
    position: relative;
}

    .bullet:before {
        content: ' ';
        position: absolute;
        left: 0px;
        top: 9px;
        width: 5px;
        height: 5px;
        background-color: #bacdd5;
        border-radius: 50%;
    }

.div_Icons {
    text-align: center;
    margin-top: 240px;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.icon {
    opacity: 0.4;
    width: 33px;
    height: 33px;
    margin: 0 3%;
    display: inline-block;
    background-position: right top;
    background-repeat: no-repeat;
    background: url(/Images/menu/menu_projects.png) right top no-repeat;
}

    .icon.OSF {
        background-image: url(/Images/menu/menu_osf.png);
    }

    .icon.Documents {
        background-image: url(/Images/menu/menu_documents_download.png);
    }

    .icon.News {
        background-image: url(/Images/menu/menu_news.png);
    }

    .icon.Projects {
        background-image: url(/Images/menu/menu_projects.png);
    }

    .icon.Admin {
        background-image: url(/Images/menu/menu_admin.png);
    }

    .icon.ElectronicLogs {
        background-image: url(/Images/menu/menu_electroniclogs.png);
    }

.ErrorMessagePanel {
    left: 0;
    right: 0;
    text-align: center;
    bottom: 37%;
    color: red;
    margin-top: 30px;
}

.div_SuportLink {
    position: absolute;
    bottom: -30px;
    right: 0;
    font-size: 14px;
    left: 0;
    margin: auto;
    text-align: center;
    width: 120px;
    color: grey;
    cursor: pointer;
}

/*----------------- Popup BEGIN ---------------------*/
.div_Popup {
    position: absolute;
    width: 900px;
    height: 700px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 40px;
    font: normal 20px Calibri;
    font-family: Calibri, Arial;
    z-index: 50;
}

.div_Popup_Header {
    font: normal 40px Calibri;
    font-family: Calibri, Arial;
    color: rgb(63, 124, 148);
}

.div_Popup_Description {
    margin-top: 30px;
}

    .div_Popup_Description a {
        color: rgb(54, 150, 181);
        cursor: pointer;
    }

.div_Popup input, .div_Popup textarea {
    margin-top: 10px;
    font: normal 18px Calibri;
    font-family: Calibri, Arial;
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
    resize: none;
    border: solid 1px rgb(204, 204, 204);
}

.div_Popup input {
    height: 40px;
}

.div_OneRowTwoInputs input {
    width: 49%;
}

    .div_OneRowTwoInputs input:nth-child(1) {
        float: left;
    }

    .div_OneRowTwoInputs input:nth-child(2) {
        float: right;
    }

.div_Popup_Button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 350px;
    margin: auto;
    text-align: center;
}

    .div_Popup_Button a {
        width: 165px;
        margin-top: 10px;
        margin-left: 5px;
        background-color: rgb(67, 137, 162);
        display: inline-block;
        text-align: center;
        color: rgb(255, 255, 255);
        text-decoration: none;
        padding: 5px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .div_Popup_Button a:hover {
            background-color: rgb(7, 118, 158);
        }

#div_PopupSupport .div_Popup_Button a, #div_PopupSupport .div_Popup_Button a:hover {
    color: #ffffff;
    text-decoration: none;
    padding-bottom: 8px;
}

.div_Popup_CloseCross {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
}

    .div_Popup_CloseCross:hover {
        opacity: 1;
    }

    .div_Popup_CloseCross:before, .div_Popup_CloseCross:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .div_Popup_CloseCross:before {
        transform: rotate(45deg);
    }

    .div_Popup_CloseCross:after {
        transform: rotate(-45deg);
    }

.div_Captcha {
    height: 40px; /* ML 2016-DEC-08: Must be equal to CaptchaHeight ! */
    text-align: center;
    margin-top: 10px;
}

.div_CaptchaImage {
    display: inline-block;
}

    .div_CaptchaImage div {
        height: 40px; /* ML 2016-DEC-08: Must be equal to CaptchaHeight ! */
        border-radius: 5px;
    }

    .div_CaptchaImage img {
        border-radius: 5px;
    }

.div_Captcha .div_CaptchaInput, .div_Login.PasswordChange .div_Captcha .div_CaptchaInput {
    display: inline-block;
    vertical-align: top;
    width: 165px;
    margin-top: 0;
    margin-left: 10px;
}

/*----------------- Popup END ---------------------*/

#toastMessage {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}