.namefiled_conatiner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.namefiled_conatiner > .namefiled_inner_conatiner {
    display: flex;
    flex-direction: column;
}
.passwordMain_container {
    display: flex;
    justify-content: space-between;
}
.Heading_span_login {
    color: rgb(0, 0, 0);
    font-size: 15px;
    padding: 0px 0;
    /* margin-bottom: 20px;
    padding-bottom: 20px; */
    font-weight: 500;
    /* background-color: yellow; */
}
.forgotpassword_span {
    color: rgb(72, 151, 255);
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}
.signuporlogin_text {
    padding:  0;
    color: rgb(80, 80, 80);
    font-size: 14px;
}
input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.register-form, .login-form {
    padding: 0 20px;
}
.signupButton_class {
    padding: 10px 0px 10px;
}

.no-arrow {
    -moz-appearance: textfield;
}
.no-arrow::-webkit-inner-spin-button {
    display: none;
}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.required:after{
    content:" *";
    color: red;
}
.modal-header {
    padding: 30px 40px 0;
    border-bottom: none;
}
.alert_container {
    padding: 0 20px;
}
#gifLoading_footer {
    background: url('../images/loading_gif2.gif') no-repeat center center;
    background-size: 60px;
    background-color: rgba(255, 255, 255, 0.624);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    display: none;
}


/* Verify signup container */
.VerifiySignUpConatiner {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title_icon {
    padding: 40px 0;
}
.title_msg_container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 500;
}
.subtitle_msg_container {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(95, 95, 95);
    font-size:14px;
    font-weight: 300;
    text-align: center;
}
.Backtodashboard_container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    width: 100%;
}
#Backtodashboard {
    width: 100%;
    padding: 10px 0px;
    border-radius: 5px;
    border: none;
}

/* forgot password */
.forgotpassword_container {
    padding: 20px;
}
.innerspan_container {
    font-size: 13px;
    color: grey;
    padding: 20px 0;
}
.forgotEmailAddress {
    padding-top: 10px;
}

.form-group span {
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .title_msg_container {
        font-size: 25px;
    }
}