.signup-box {
    background: #111827;
    padding: 40px 0 40px 0;
}
.welcome-title {
    font-size: 37px;
    font-family: 'El Messiri', sans-serif;
    font-weight: 600;
    line-height: 44px;
}
.welcome-description {
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 23px;
    font-weight: 300;
    margin-top: 0;
}
.signup-heading {
    font-size: 36px;
    font-weight: 500;
    font-family: 'El Messiri', sans-serif;
    line-height: 34px;
    text-align: center;
}
.signup-form {
    background: #1f2937;
    padding: 20px;
    border-radius: 20px;
}
label.error {
    color: #f33;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 300;
}
input.error {
    border: 1px solid #f12f36;
}
.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 15px !important;
    line-height: 1.42857143;
    font-family: 'Poppins';
    color: #ffffff !important;
    background-color: #283648;
    background-image: none;
    border-radius: 4px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border: none;
}
.form-group {
    margin-bottom: 32px;
}
.login-text {
    font-size: 15px;
    font-family: 'El Messiri', sans-serif;
}
.signup-botton {
    color: #fff;
    padding: 8px 16px 8px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    font-family: 'poppins';
    border: 1px solid transparent!important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #2563eb;
    transition: 1s;
}
.signup-botton:hover {
    box-shadow: 0px 10px 26px -7px rgba(0,0,0,0.25);
    color: #fff!important;
    transform: translateY(-5px);
    transition: 1s;
}