body{
    margin: 0px;
    padding: 0px;
    background-color: #2B3499;
}
.partner{
    height:auto;
    background-color: #E7ECF7;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.open_account{
    height: 600px;
    background-color: #E7ECF7;
    
}
.open_account .top{
    height: 70px;
    display:block;
    text-align:center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    background: radial-gradient(circle, rgba(146,167,215,0.9977240896358543) 8%, rgba(85,107,219,1) 36%, rgba(22,141,223,1) 99%);
}
.open_account .top .left{
    height: 70px;
    width: 30%;
    float: left;
}
.open_account .top .right{
    height: 70px;
    width: 70%;
    float: left;
}
.open_account .right h6{
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    color: #fff;
}
.open_account_form h5{
    font-weight: bold;
    border-bottom: 2px solid #313131;
    padding-top: 3px;
}
.btn{
    display: block;
    float: right;
}
.button-70 {
  background-image: linear-gradient(#0dccea, #0d70ea);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  /*margin: 5px 2px 5px 5px;*/
  padding: 7px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
#reset{
    background-color: #cf245f;
    background-image: linear-gradient(to bottom right, #fcd34d, #ef4444, #ec4899);
}
input[type="text"], input[type="email"], input[type="file"]{
    border-radius: 0px;
    background-color: #EEE;
    border-top: 2px solid #313131;
}
textarea{
    border-radius: 0px!important;
    background-color: #EEE!important;
    border-top: 2px solid #313131!important;
}
label{
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
::placeholder{
    font-size: 14px;
}
#namevalid, #mobilevalid{
    color: red;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    /*margin-left: 2px;*/
    display: none;
}

.carrier-image{
    display:block;
    margin:auto;
    text-align:center;
}

@media(max-width:600px){
    .open_account{
        height: auto;
        padding-bottom: 20px;
    }
    .partner{
        margin-left:10px!important;
        margin-right:10px!important;
    }
}