/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.line div{
    padding: 10px 5px;
}
.line input{
    width: 98%;
    padding: 12px 0 12px 15px;
    font-size: 16px;
    background-color: rgba(220, 220, 220, 0.51);
    border: 1px solid #dedede;
}
.line .btn{
    margin: 0 auto;
    width: auto;
    max-width: 80%;
    text-align: center;
}
.btn button {
    width: 100%;
    font-size: 18px;
    border: 1px solid #000;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    color : #000;
}

.btn button:hover{
    color : #fff;
}

#rqaModal .modal-header{
    border-bottom: 0px !important;
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
}
#rqaModal{
    top: 40% !important;
    transform: translateY(-40%);
    overflow: visible !important;
    overflow-y: visible !important;
}
#rqaModal .modal-header .close{
    font-size: 30px
}
.wpc_header{
    display: inline-block;
}
.success{
    padding: 100px 50px !important;
    font-size: 24px !important;
    text-align: center;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 690px !important;
    }
}

.popup_cont {
    width: 100%;
    max-width: 550px!important;
    z-index: 9999 !important;
}
.modal-body{
    width: 100%;
    max-width: 500px;
}
.wpc_header {
    font-size: 18px !important;
    padding: 16px 0;
    text-align: center;
    width: 100%;
}
#send_configuration:hover{
    color: #898989;
}
.line{
    padding: 16px 0;
}
