.login_form.modal {
    border-radius: 0;
    padding: 0 !important;
    font-family: "Lucida Grande", Verdana, sans-serif;
    border-radius: 0 !important;
}
.modal-dialog {
    padding: 0 !important;
    border-radius: 0 !important;
    width: 20%;
}
.modal-body {
    padding: 0 !important;
}
.login_form .modal-header {
    border-radius: 0 !important;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, #2e5764, #1e3d47);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1e3d47), color-stop(1, #2e5764));
}
.login_form.modal p {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    margin: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    overflow: hidden;
}
.login_form.modal p:last-child {
    border: none;
}
.login_form.modal p label {
    float: left;
    font-weight: 700;
    color: #333;
    font-size: 14px;
    width: 110px;
    line-height: 22px;
}
.login_form.modal p input[type="email"],
.login_form.modal p input[type="text"],
.login_form.modal p select {
    font: normal 12px/12px;
    padding: 3px;
    border: 1px solid #ddd;
    width: 200px;
}
@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 100%;
    }
    .login_form.modal {
        padding-right: 10px !important;
    }
    .login_form.modal #year {
        width: 100% !important;
    }
}
