.input-data{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 10px 0;
}

label{
    color: #333;
}

.input-field{
    background-color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 5px 0px;
    max-width: 350px;
    width: 90%;
}

.register-btn{
    background: transparent linear-gradient(108deg, #1DB1FF 0%, #0088CE 100%) 0% 0% no-repeat padding-box !important;
    border: none !important;
    border-radius: 3px !important;
    box-shadow: 0px 0px 6px #00000029 !important;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 1;
    left: 0;
    overflow: hidden;
    padding: 12.5px 24px !important;
    position: relative;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    color: #fff;
    margin: 20px 0;
}

@media (max-device-width: 992px) {
    .input-field{
        max-width: unset;
        width: 100%;
    }
}