.topnav {
  background: linear-gradient(to right, #344E9C, #FAC899);
}

.logo {
  width: 156px;
  height: 95px;
  margin: 25px 0px 25px 0px;
}

.navimg {
  width: 32px;
  height: 32px;
  margin: 0px 0px 0px 16px;
}

.socialimg {
  width: 24px;
  height: 24px;
  margin: 0px 0px 0px 16px;
}

.mybackground {
  background-color: #344e9c;
  border: 1px solid #344e9c;
}

.mybackground:hover {
  background-color: #5D71B0;
}

.mybuttonminwide { min-width: 150px; }

h1 {
  font-weight: 700;
  color: #35549f;
  margin: 15px 0px;
  font-family: 'Montserrat', sans-serif;
}

h3 {
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-weight: 600;
  color: #04153c;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}

.kycbtn {
  width: 20px;
  height: 20px;
}



#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 290px;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
