.Enter_phone_modal .modal-content .modal-title {
    font-size: 18px;
    text-align: center;
    width: 100%;
}

.Enter_phone_modal .modal-content .modal-header {
    border-bottom: 0px;
}

.Enter_phone_modal .modal-content .formgroup {
    margin-bottom: 20px;
}

.Enter_phone_modal .modal-content .formgroup .submit-btn {
    width: 100%;
    border: 0px;
    background-color: #000;
    color: #fff;
    padding: 7px;
    border-radius: 6px;
}