﻿.maintenance-notice {
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    padding-top: 20px;
}

.loginbox
{
    background-color: #FBFBFB;
    /*border: 1px solid #eef4ff;*/
    padding: 10px;
    margin: 0 auto;
    font-size: 12px;
}

.loginbox_header
{
    border-bottom: 1px solid #CCC;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
}

.loginbox_input
{
    width: 100%;
    margin: 5px 0;
    display: flex;
}

.loginbox_input label
{
    float: left;
    line-height: 24px;
}

.loginbox_input input
{
    height: 30px;
    padding: 0 75px 0 10px;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.loginbox_submit a
{
    float: left;
    line-height: 25px;
}

.loginbox_submit input
{
    float: right;
    height: 29px;
    background-color: #FF7E14;
    border: 2px solid #FF7E14;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

.loginbox_submit input:hover{
    background-color: transparent;
    border: 2px solid #FF6A07;
    color: #ff6a07;
    transition: 0.5s; 
}

#faq li a {
    text-decoration: none;
}

#faq ul {
    list-style: none;
}

#faq h5 {
    margin-bottom: 0;
}

#faq {
    padding: 25px;
    margin: 0 10%;      
    background-color: #fafafa;      
    border-left: 1px solid #9FA9B2;      
    border-right: 1px solid #9FA9B2;
}

#faq-outer {
    background-color: #dfdfdf;
    border-top: 1px solid black;
}