@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Questrial);

body {
    font-family: "Questrial", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    
}

.body-container {
    width: 100%;
}
.body-block:first-of-type {
    width: 40%;
    padding: 30px 50px;
}

.body-block:first-of-type img {
    width: 150px;
    margin-left: -2px;
}
.body-block:first-of-type h1 {
    color: #0753C5;
    font-family: Raleway;
    font-size: 22px;
    margin-top: 20px;
}

.body-block:first-of-type p {
    font-size: 16px;
    color: dimgrey;
    line-height: 25px;
    letter-spacing: 0.4px;
}

.body-block:first-of-type input{
    border: 1px solid lightgrey;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    outline: none;
}
.body-block:first-of-type select{
    border: 1px solid lightgrey;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    outline: none;
    color: dimgrey !important;
}
.body-block:first-of-type input:focus {
    border: 1px solid #0753C5;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    outline: none;
}
.body-block:first-of-type .specify_others {
    display: none;
}
.body-block:first-of-type select:focus {
    border: 1px solid #0753C5;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin: 10px 0;
    outline: none;
    color: dimgrey !important;
}
.body-block:first-of-type button {
    border: 1px solid transparent;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    margin: 10px 0;
    outline: none;
    background: #0753C5;
    color: white;
    text-align: center;
}
.body-block:first-of-type button:hover{
    border: 1px solid transparent;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    margin: 10px 0;
    outline: none;
    background: #064BB1;
    color: white;
    text-align: center;
}
.body-block:first-of-type .the_or_line{
    width: 30%;
    text-align: center; 
    border-bottom: 1px solid lightgrey; 
    line-height: 0.1em;
    margin: 20px 35% 20px 35%;
}
.body-block:first-of-type .the_or_line span{
    background:#fff; 
    padding:0 10px;
}
.body-block:first-of-type .createtrade-button {
    border: 2px solid #0753C5;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    margin: 10px 0 40px 0;
    outline: none;
    background: transparent;
    color: #0753C5;
    text-align: center;
}
.body-block:first-of-type .createtrade-button:hover {
    border: 2px solid #064BB1;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    margin: 10px 0 40px 0;
    outline: none;
    background: transparent;
    color: #064BB1;
    text-align: center;
}
.body-block:last-of-type {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    box-shadow:inset 0 0 0 2000px rgb(7, 83, 197, 0.8);
    background: url('../images/blue background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
    .body-block:first-of-type {
        width: 100%;
    }
    .body-block:last-of-type {
        position: unset;
        display: none;
    }
}








.landing-footer {
    width: 100%;
    padding: 30px 50px;
    text-align: left;
    border-top: 1px solid transparent;
    background-color: transparent;
    color: dimgrey;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.4px;
}