
#rightSect {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0px;
    overflow-y: auto;
    width: 475px;
    background-color: #fff;
    z-index: 500;
}

#announcements {
    /*position: relative;*/
    position: absolute;
    left: 0px;
    top: 0px;
    right: 475px;
    height: 85px;
    background: linear-gradient(90deg, #16222A 0%, #3A6073 100%);
    text-align: center;
    vertical-align: middle;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    color: #eee;
}

#annSubText {
    position: fixed;
    left: 20px;
    top: 0px;
    width: 130px;
    height: 18px;
    line-height: 18px;
    color: #646464;
    font-weight: bold;
    font-size: 14px;
    border-radius: 0px 0px 6px 6px;
    background-color: white;
    border: #ccc 1px solid;
    z-index: 200;
    background-color: #eff3f6;
}

#marketing {
    font-family: "Source Sans Pro",Helvetica,Arial,sans-serif !important;
    padding: 10px 30px 10px 30px;
    user-select: none;
    -webkit-user-select: none;
    background: #eff3f6;
    position: absolute;
    left: 0px;
    top: 85px;
    right: 475px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
}

#logBoxPrimary {
    top: 30%;
    position: absolute;
    width: 100%;
}

.scrollb {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
    -webkit-overflow-scrolling: touch;
}

.actBtn {
    text-align: center;
    cursor: pointer;
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    height: 38px;
    line-height: 24px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 350px;
    margin: 17px auto;
}

.actBtn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

input:focus {
    outline: none;
}

.logEntryDiv {
    width: 350px;
    margin: auto;
    margin-top: 17px;
}

.logEntrySpan {
    display: flex;
    height: 38px;
    text-align: center;
    color: #495057;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.logEntryInput {
    border-radius: 0px;
    padding-left: 10px;
    font-size: 16px;
    width: 300px;
    height: 38px;
    line-height: 38px;
    border: 0px;
    background-color: transparent;
    border-left: 1px solid #ddd;
}
.imgEntry {
    height: 21px;
    margin: auto 10px;
}

#divForgotPass {
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}

body {
    font-family: sans-serif, "Segoe UI", Tahoma, Arial, Helvetica;
    color: #1f2834;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-top: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

#container {
    background-color: #eff3f6;
    background-image: url('/images/mb/please_wait_dots.gif');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: fixed;
    text-align: center;
    margin: auto auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

#altaMainLogo {
    height: 35px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#errDIV {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    background-color: #b22222;
    color: #eee;
    height: 85px;
    display: none;
    z-index: 1000;
    width: 475px;
}
#errorText {
    font: 16px 'Segoe UI',Tahoma, Helvetica;
    COLOR: #eee;
    PADDING: 12px;
}
#forgotPassLnk {
    cursor: pointer;
    color: blue;
    margin: 0px auto;
    width: 220px;
    text-align: center;
    font-size: 12px;
}
#cancelResetLnk {
    width: 100px;
    margin: 10px auto;
    color: blue;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}
TD, INPUT {
    font-family: sans-serif, "Segoe UI", Tahoma, Helvetica;
}

A {
    text-decoration: none;
    color: #555;
}

    A:hover {
        text-decoration: underline;
    }

#contactdiv {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

#isubmit {
    background-repeat: no-repeat;
    background-position: 95%;
}

/**scrollbar styles**/

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    height: 1px;
    display: none;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:horizontal {
    background-color: #ccc;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

/**responsiveness*/
@media screen and (max-width: 1200px) {
    #announcements {
        right: 0px;
        z-index: 510;
    }

    #logBoxPrimary {
        top: 110px;
    }

    #rightSect, #errDIV {
        left: 0px;
        width: 100%;
    }

    #marketing {
        top: 500px;
        z-index: 511;
        width: 100%;
        right: 0px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 700px) {
    .blockme {
        display: none;
    }
    #announcements {
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {

    #marketing {
        padding: 5px;
        position: fixed;
        overflow-x: hidden;
    }
}
