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


/* ==============================
   ROOBERT FONT FAMILY (Unified)
   ============================== */

@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-Light-BF67243fd502239.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-LightItalic-BF67243fd51b2c9.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-Medium-BF67243fd53e059.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-MediumItalic-BF67243fd54022e.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-Regular-BF67243fd53fdf2.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-RegularItalic-BF67243fd5414aa.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}


@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-SemiBold-BF67243fd54213d.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-SemiBoldItalic-BF67243fd5409dc.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-Bold-BF67243fd540abb.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-BoldItalic-BF67243fd540e4b.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-Heavy-BF67243fd53e164.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Roobert';
  src: url('../fonts/roobert/RoobertTRIAL-HeavyItalic-BF67243fd53f821.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

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

.body-container {
    width: 100%;
    padding: 100px 0;
}
.body-block:first-of-type {
    width: 40%;
    padding: 30px 50px;
    border: 1px solid rgb(20,20,20,0.05);
    border-radius: 5px;
    margin: auto;
    background-color: white;
}

.body-block:first-of-type img {
    width: 170px;
    margin-left: -2px;
}
.body-block:first-of-type h1 {
    color: #5170FF;
    font-family: Roobert;
    font-size: 22px;
    margin-top: 25px;
    font-weight: bold;
}

.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 #5170FF;
    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 #5170FF;
    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: #5170FF;
    color: #FFFFFF;
    text-align: center;
    font-family: Roobert;
    font-weight: bold;
}
.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: #4a68ed;
    color: #FFFFFF;
    text-align: center;
    font-family: Roobert;
    font-weight: bold;
}
.body-block:first-of-type .the_or_line{
    width: 30%;
    text-align: center; 
    border-bottom: 1px solid #000000; 
    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 #5170FF;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    margin: 10px 0 40px 0;
    outline: none;
    background: transparent;
    color: #5170FF;
    text-align: center;
}
.body-block:first-of-type .createtrade-button:hover {
    border: 2px solid #4a68ed;
    border-radius: 3px;
    width: 100%;
    padding: 13px;
    font-size: 16px;
    margin: 10px 0 40px 0;
    outline: none;
    background: transparent;
    color: #4a68ed;
    text-align: center;
    font-family: Roobert;
}

@media (max-width: 800px) {
    
    .body-container {
        padding: 0px;
    }
    .body-block:first-of-type {
        width: 100%;
        border: 0;
    }
    .body-block:first-of-type img {
        width: 140px;
        margin-left: -7px;
        
    }
    .body-block:first-of-type h1 {
        margin-top: 25px;
    }
    .body-block:last-of-type {
        position: unset;
        display: none;
    }
    
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: whitesmoke;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid transparent;
  border-radius: 5px;
  width: 80%;
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




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