.signup-panel {
    height: 100vh;
    background: url('../../../assets/images/banner/skyline7.png') no-repeat;
    background-size: cover;
    background-position: right;
    display: flex;
    align-items: center;
}
.signup-card {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 60px;
    box-shadow: 0px 5px 12px #005E5E1F;
}
.signup-card .form-group {
    padding: 3px 0px;
}
.signup-card h5 {
    font-size: 16px;
    color: #0ba9d8;
    text-align: center;
}
.signup-card h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.signup-card .form-label {
    margin-bottom: .5rem;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}
.form-select, .form-control {
    font-size: 15px;
    border-radius: 10px;
}
.btn-dark {
    background: #0ba9d8;
    border-radius: 50px;
    line-height: 2;
    border: 1px solid #0ba9d8;
}
.intl-tel-input,
.iti{
  width: 100%;
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 14px;
}

.otpage input{
    display:inline-block;
    width:50px;
    height:50px;
    margin: 0px 4px;
    text-align:center;
}