﻿.lux_nav_wrapper{
    background:white;
    padding-top:40px;
    padding-bottom:30px;
    margin-bottom:30px;
    
}

.lux_footer_wrapper{
    /*position:absolute;*/
    width:100%;
    bottom:-30px;
    left:0;
    right:0;
}

body *, body.user_metlife *{
    font-family:Arial !important;
}

body.user_metlife{
    background-color: rgb(234, 233, 237);
}

.lux_auth_wrapper .header{
    margin-bottom:40px;
    font-size:36px;

}

.lux_auth_wrapper a.reset{
    cursor: pointer;
    float: right;
    color:#0090da;
}

.lux_auth_wrapper a.reset:hover{
    text-decoration:underline;
}

.lux_submit_wrapper{
    padding:0 150px;
}

.lux_submit_wrapper button{
    background:#a6c767;
    color:black;
    font-size: 20px;
    font-weight: 100;
    padding:10px 0;
}

.lux_submit_wrapper button:hover{
    background:#aedd52 !important;
}

.lux_submit_wrapper button span:hover{
    text-decoration:underline;
}


.lux_textbox{
    border:none;
    height:70px;
    background:white;
    margin-top:15px;
    margin-bottom:35px;
}

.lux_topmenu{
    background:white !important;
    color:black !important;
    padding:35px 0;
}

.lux_console{
    background:#0090da;
    border-radius:2px;
    display: table-cell !important;
    vertical-align: middle;
    word-break: break-word;
    text-align:center;
    width:220px;
    height:100px;
}
/*.lux_console{
    display:table-cell;
    text-align: center;
    word-break: break-all;
    height:100%;
    text-align:center;
    vertical-align:middle
}*/
.lux_console span{
    font-size:18px;
}
.lux_console span:hover{
    text-decoration:underline;
}

.lux_checkbox{
    border:none !important;
}

.lux_button{
    box-shadow:none!important;
}
.lux_a:hover{
    color:#0090da;
    text-decoration:underline;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d7d7d7;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d7d7d7;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d7d7d7;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d7d7d7;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #d7d7d7;
}