.modal-frame {
	.student-update {
		font-size: 0.75rem;
		.enroll-header {
		  h2.panel-title {
			font-size: 1.5rem;
		  }
		}
		.enroll-body {
		  h4.panel-title {
			font-size: 1.3rem;
			padding-bottom: 5px;
		  }
		  .s-email-add {
			font-size: 0.75em;
		  }
		  .lic-id label,
		  .lic-exp label {
			padding-top: 7px;
		  }
		}
		.v-input__icon--prepend-inner i {
		  font-size: 0.5rem;
		}
	}
  .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;

		.modal-wrapper {
			display: table-cell;
			vertical-align: middle;

			.modal-container {
				width: 60%;
				height: 80vh;
				margin: 0px auto;
				padding: 20px 30px;
				background-color: transparent;
				border-radius: 2px;
				box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
				transition: all .3s ease;
				font-family: Helvetica, Arial, sans-serif;
				overflow: auto;
			}

			.modal-footer {
				text-align: center;

				.modal-default-button {
					float: none;
				}
			}
		}
	}

}
