@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html, body {
    width: 100%;
    /*the code already exist. test for the right side whitespace*/
    overflow-x: hidden !important;
    /*end test code*/
}
body {
    height:100%;
    font-family: "Lato", "Serif";
    font-weight: 300;
    padding:0;
    margin:0;
    font-size:16px;
    line-height: 28px;
    color: #fff;
    background: #083F9F;
    overflow-x:hidden;
    position: relative;
}
h1 {
    font-size: 3em;
    line-height:1.2em;
    margin:0 0 .3em;
}
h2 {
    font-size: 1.8em;
    line-height:1.4em;
    margin:0 0 .3em;
}
h3 {
    font-size: 1.4em;
    line-height:1.4em;
}
h4 {
    font-size: 1.25em;
    line-height:1.4em;
}
h5 {
    font-size: 1.1em;
    line-height:1.4em;
}
h6 {
    font-size: 1em;
    line-height:1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none
}
p {
    padding: 0 0 1em;
    margin:0;
}
a {
    color: #3eb0f7;
    outline: 0;
    font-weight: bold;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    outline:none !important;
}
a:hover {
    text-decoration: none;
    color: #1f2222;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#load_screen {
    opacity: .8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 3000;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

#load_screen > #loading {
    color: #FFF;
    width: 300px;
    height: 24px;
    margin: 200px auto;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
}

#load_screen > #loading img {
    max-width: 100% !important;
}

/* container */
.main-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.container {
    padding: 55px;
    margin: 0 auto;
    text-align: initial;
    background: #f1f4f8;
    border-radius: 3px;
    color: #455563;
}

.hide {
    display: none !important;
}

.no-margin {
    margin: 0px;
}

.form-control {
    font-size: 16px;
    height: 50px;
}

.error, #card-errors {
    color: #dc3545;
    border-color: #dc3545;
}

label.error {
    padding-top: 5px;
    padding-bottom: 5px;
}

.iti--allow-dropdown {
    width: 100%;
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle;
    color: #000;
}

.iti__country-list {
    max-width: 345px !important;
}

.iti__selected-flag {
    max-height: 50px;
}

.select2-container .select2-selection--single {
    height: 50px;
    padding: 0 7px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 12px;
}

.select2-results__options {
    color: #252525;
}

.select2-results__option {
    padding: 15px;
}

input#phoneNumber {
    padding-left: 82px !important;
}

input[type="submit"] {
    width: 100%;
    background: linear-gradient(to right, #f96a22 , #ff9900);
    height: 63px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font: 400 14px "Lato", "Serif";
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

#card-element {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}