.btn { -webkit-transition: .1s all; transition: .1s all; -webkit-transform: scale(.95); transform: scale(.95); -webkit-box-shadow: none; box-shadow: none }
.banner .prev-apps button:hover, .btn:hover{background:#2bd36e !important}
.banner .prev-apps button:active, 
.banner .prev-apps button:focus,
.btn:active,
.btn:focus{background:#666 !important;border:3px solid #666 !important;}
.student-details h1{margin-top:40px;margin-bottom:30px;}
.student-details label{color:#585454;line-height:1.5rem;}
#submit-payment-form, #submit-payment-form:hover {
    background: url(/new/assets/images/formbtn-icon.svg) no-repeat left 20px top 10px #EC1C24 !important;
    border-radius: 21.2116px;
    font-family: "utopia-std",serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    display: inline-block;
    min-width: 190px;
    padding: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}
.log-body .bg{
      position: fixed;
      z-index: 0;
      top: 0;
      bottom: 0;
      left: 0;
      height: 100%;
      width: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30d8cf+1,283955+100 */
background: rgb(102,103,106); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(102,103,106,1) 1%, rgba(12,27,81,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(102,103,106,1) 1%,rgba(12,27,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(102,103,106,1) 1%,rgba(12,27,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30d8cf', endColorstr='#283955',GradientType=0 ); /* IE6-9 */

    }
.log-body .app-info{
	background:#bc202c;
}
.login-form .h3{color:#211b64;}
.app-info h1, 
.app-info h2, 
.app-info a,
.app-info .login-form .h3{
	color:#FFF;
}
.ff-fieldtype-submit button,
.save-button button,
.login-form .h3:before,
.banner .prev-apps button,
.level-steps li.completed div, .level-steps li.completed div span, .level-steps li.active div{
	background-color:#000033;
}
.ff-fieldtype-submit button{
	border-color:#000033;
}
.ff-fieldtype-submit button:hover,
.save-button button:hover,
.banner .prev-apps button:hover, .btn:hover{
	background-color:#211b64 !important;
}

.student-details h1{color:#211b64;border-color:#211b64;}
.student-details h2{color:#211b64 !important;margin-top:1rem;margin-bottom: 1rem;font-size:20px !important;} 
.banner .prev-apps button:active, .banner .prev-apps button:focus, .btn:active, .btn:focus{border:0 !important;}
header.header-form .call{color:#000;}