﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
    overflow-x: hidden !important;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 50px 0 !important;
    background: #243842;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-header {
    font-family: "Rhodium Libre", serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

p, ul {
    color: #fff;
}

.font-primary {
   font-family: "Poppins", sans-serif;
}

.center-block {
    margin: 0 auto;
    display: block;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #030349;
        text-decoration: none;
    }

.container-fluid {
    padding: 0 50px;
}


.redclr, .textred, .redtext {
    color: red;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

.subheader {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
}

.lblfields {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.form-block .input-group-text {
    background-color: #fff;
    border-radius: 0;
    border: 0;
}

.form-block .form-control {
    border-radius: 0;
    border-left: 0;
}

.form-radio label {
    padding-left: 10px;
    color: #cde7f3 !important;
    FONT-WEIGHT: 200;
}

.form-block .control-label {
    color: #ffffff !important;
    font-weight: 300;
}

.btn-submit, .btn-submit:hover {
    background-color: #ac7c45;
    color: #FFFFFF;
    font-family: "Rhodium Libre", serif;
    padding: 12px 50px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}