html .bg-full-screen-image {
    height: 100%;
}

html .bg-full-screen-dark-image {
    height: 100%;
}

html body.bg-full-screen-image {
    background: #264d45;
}

html body.bg-full-screen-dark-image {
    background: #e1e0db;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #264d45;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #264d45;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #264d45;
}

.form-control.selectBox {
    color: rgb(255, 255, 255);
}

.form-control input {
    color: #fff;
}

.p__text {
    color: #fff;
}

.login_text p{
    font-size: 2.5rem;
    color: #fff;
}

input.unique-checkbox[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* margin-left: -1.5em;
    margin-right: 10px; */
    margin-top: 0;
    background-color: #f0f0ef;
    outline: 0;
    border: 2px solid #dfe58d;
    border-radius: .5rem;
    display: inline-block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.unique-checkbox[type=checkbox]:focus {
    outline: none;
    /* border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; */
}

input.unique-checkbox[type=checkbox]:checked {
    background-color: #21443d;
    text-align: center;
    line-height: 15px;
}

#rememberCheckBox_Label{
    padding-left: 5px;
}
.small_green_text{
    /* color: #264d45; */
    color: #dfe58d;
    font-weight: bold;
    font-size: 1rem;
}

.log_btn_f-size {
    font-size:1.5rem;
}
.log_btn_pad{
    padding: 1.5rem .5rem !important;
}

.loginBottom{
    position: relative;
    text-align: center;
}

#loginSubmit, #registerSubmit{
    background: #dfe58d;
    color: #264d45 !important;
}
#loginSubmit:hover, #registerSubmit:hover{
    background: #21443d;
    color: #dfe58d !important;
}

#forgotPassword:hover{
    color: #fff !important;
}

/* @media (min-height:800px) and (orientation:portrait) {
    .loginBottom{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
}

@media (min-height:1024px) and (orientation:portrait) {
    .loginBottom{
        position: relative;
        text-align: center;
    }
} */

