.jumbotron {
    text-align: center;
    margin: 220px 0 220px 0;
}
.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}
#login {
    max-width: 300px;
    padding: 19px 29px 14px 29px;
    margin: 20px auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}
#register label.required {
	font-weight: bold;
}
.error .help-inline {
	color: #ff0000;
}
/*as css*/
@font-face {
	font-family: 'Segoe UI';
	src: url('fonts/Segoe UI.eot');
	src: local('☺'), url('fonts/Segoe UI.woff') format('woff'), url('fonts/Segoe UI.ttf') format('truetype'), url('fonts/Segoe UI.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'segoesb';
	src: url('fonts/seguisb.eot');
	src: local('☺'), url('fonts/seguisb.woff') format('woff'), url('fonts/seguisb.ttf') format('truetype'), url('fonts/seguisb.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.as_logo {margin-bottom: 20px;}
.pln_box {
    background-color: #fff;
    border: 1px solid #5DBEA7;
    border-radius: 10px;
    padding: 18px 10px;
    margin-bottom: 30px;
}
.pln_box h6 { 
    display: inline-block;
    vertical-align: bottom;
    font-family: 'segoesb';
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 -6px 0;
    color: #707070;
}
.pln_box h5 {
    float: right;
    margin: 0;
    font-size: 28px;
    color: #5DBEA7;
    line-height: 19px;
}
.pln_box h5 span{
   font-family: 'Segoe UI';
   font-weight: 400;
   font-size: 14px;
   color: #5DBEA7;
}
.payment_title{
    font-family: 'segoesb';
    color: #707070;
    font-size: 18px;
}
.pg_ttl .payment_title{
    font-family: 'segoesb';
    font-size: 18px;
    line-height: 24px;
    color: #707070;
    margin-bottom: 25px;
}
.as_form .control-group {position: relative;}
.as_form .control-group .form-control {
    background-color: #fff;
    width: 100%;
    border: 1px solid #5DBEA7;
    border-radius: 20px;
    height: 40px;
    padding: 5px 15px;
    box-sizing: border-box;
    box-shadow: none !important;
}
.as_form .control-group .form-control:focus {
    box-shadow: none !important;
}
.c_llb {
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 12px;
    color: #5DBEA7;
    background: #fff;
    position: absolute;
    left: 32px;
    top: -5px;
}
.as_form .control-group label.error{margin-bottom: 0;}
.sbmt_btn {
    font-family: 'Segoe UI';
    font-size: 12px;
    line-height: 12px;
    background: #5DBEA7;
    background-color: #5DBEA7;
    color: #fff;
    width: 100% !important;
    border: none;
    border-radius: 20px;
    height: 40px;
    padding: 5px 15px;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    text-shadow: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.sbmt_btn:hover, .sbmt_btn:focus {
    background: #43b398 !important;
    background-color: #43b398 !important;
    color: #fff !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.sccss_prnt {
    height: calc(85vh - 168px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.f_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mdl_sc h4 {
    font-family: 'segoesb';
    font-size: 18px;
    line-height: 24px;
    color: #373737C6;
    margin-top: 25px;
    margin-bottom: 40px;
}
.mdl_sc a {
    font-family: 'Segoe UI';
    font-size: 16px;
    line-height: 21px;
    color: #5DBEA7;
}

input[type='text'] {
    -webkit-tap-highlight-color: #5DBEA7;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    outline: none; 
}
.select_drp {
    -webkit-tap-highlight-color: #5DBEA7 !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: transparent !important;
    outline: none !important; 
    width: 50% !important;
    border: 1px solid #5DBEA7 !important;
    border-radius: 20px !important;
    height: 40px !important;
    padding: 5px 15px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
}
@media screen and (max-width: 636px) {
    .pln_box h6 {font-size: 15px;}
    .pln_box h5 {font-size: 20px;line-height: 28px;}
}