/** Contains styles related to enrollment pages. Separated since these will not be required later **/

.enroll-name-box{margin-top:calc(272px * var(--height-transform)); margin-left:calc(100px* var(--width-transform));height:350px;}
.enroll-name{color:var(--brand-color-1);}
.enroll-welcome-msg{margin-top:4px;}
.enroll-psst-msg{margin-top:30px;}

.enroll-verify-box{margin-top:calc(272px * var(--height-transform)); margin-left:calc(50px* var(--width-transform));margin-right: 50px;background: var(--base-background);border-radius: 32px;height:375px;box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);}

.enroll_verify_title{padding-top:55px; padding-left:44px;}
.enroll_verify_msg{padding-top:16px; padding-left:44px;}
.enroll-verify-boxes{padding-top:calc(40px * var(--height-transform));padding-left:44px;}
.enroll-verify-code{margin-right:16px;padding: 29px 24px;height: 100px;background: #EFF0F7;border-radius: 16px;width: 70px; }
.enroll_captureVerificationCode{background: var(--brand-color-2);border-radius: 16px;margin-top:32px;margin-left:44px;margin-right:44px;margin-bottom:55px;height:64px; cursor: pointer;width: 500px;}
.enroll_proceed{text-align:center;color: #F7F7FC;}
.enroll_emailverified{margin-top: 20px;text-align: center;}
.btn-default {color: #var(--base-background); background-color: var(--brand-color-1); border: none;box-shadow:none;padding: 10px 25px !important; width:auto;}
.modal{background-color: transparent; border:none;position:fixed;top:0px;left:0px;}
@media only screen and (max-width: 480px) {
	.enroll-name-box{margin-top:30px; margin-left:20px;height:150px;}
	.enroll-verify-boxes{padding-left:5px;}
	.enroll-verify-box{margin-top:30px; margin-left:20px;border-radius: 32px;height:375px;box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.04);display:block;}
	.enroll-verify-code{margin-right: 10px;padding: 29px 10px;height: 24px;border-radius: 16px;width: 38px;}
	.enroll_captureVerificationCode { margin-left: 30px;  height: 55px;  cursor: pointer;  width: 250px;}
}
@media only screen and (max-width:480px) {
	.enroll_emailverified{margin-top:0px;}
}