/* .prelogin {
    background-image: url(../images/prelogin-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-y: hidden;
    margin: 0
} */

@media only screen and (max-width:576px) {
    .prelogin {
        overflow-y: scroll
    }
}

.page-title {
    color: #001B3B;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px
}

.form-group select {
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#3FA9F5' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
    padding: 7px;
    -webkit-appearance: none;
    background-position: 99% 55%;
    background-repeat: no-repeat
}

.form-group.error input[type=password] {
    border: 1px solid #ee3d42;
    background: rgba(238, 61, 66, .05)
}

.form-group.active input[type=password] {
    border: 1px solid #3FA9F5;
    background: #FFF
}

.form-group input[type=password] {
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 3px;
    height: 48px;
    padding: 11px;
    border: 1px solid #adaebb;
    background: #fff
}

.form-group input[type=password]:active,
.form-group input[type=password]:focus,
.form-group input[type=password]:hover {
    outline: 0;
    border-color: #3FA9F5;
    background: #FFF
}

.form-group input[type=password]::-webkit-input-placeholder {
    color: #666;
    font-size: 1rem
}

.form-group input[type=password]::-moz-placeholder {
    color: #666;
    font-size: 1rem
}

.form-group input[type=password]:-ms-input-placeholder {
    color: #666;
    font-size: 1rem
}

.form-group input[type=password]:-moz-placeholder {
    color: #666;
    font-size: 1rem
}

.button {
    text-transform: initial
}

.pull-right {
    text-align: right
}

.pull-left {
    text-align: left
}

.center {
    text-align: center
}

.end {
    text-align: end
}

.modal-icon {
    font-size: 150px
}

.modal-success-icon {
    color: #7AC943
}

.modal-warning-icon {
    color: #F7931E
}

.modal-error-icon {
    color: #EE3D42
}

.modal-text {
    height: 44px;
    width: 628px;
    color: #333;
    font-size: 18px;
    line-height: 22px
}

.modal-content {
    text-align: center
}

.popout.hidden {
    pointer-events: unset;
    opacity: unset
}

.cmx-button {
    margin: 0 3px !important
}

img {
    vertical-align: unset !important
}

label {
    margin-bottom: 0 !important
}
