
/* end text filed animation css*/



/* start Styles for the popup */
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: none;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.container {
	background: none;
	min-height: 100%;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #fff;
	background: #fff;
	position: relative;
	border-radius: 0;
	margin: 0 auto;
	
}

.md-content h3 {
	margin: 0;
	padding:.5em;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	background:#fff;
	color:#353434;
	text-transform:uppercase;
	border-bottom:#353434 solid 2px;
	
	
}

.md-content > div {
	padding: 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
	background:#fff;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-weight:lighter;
}

/* Individual modal styles with animations/transitions */



/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
	-webkit-perspective: 0;
	-moz-perspective: 0;
	perspective: 0;
}

.md-effect-9 .md-content {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateX(-70deg);
	-moz-transform: rotateX(-70deg);
	-ms-transform: rotateX(-70deg);
	transform: rotateX(-70deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}

.md-show.md-effect-9 .md-content {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 1;
}




@-webkit-keyframes slit {
	50% { -webkit-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -webkit-animation-timing-function: ease-out;}
	100% { -webkit-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@-moz-keyframes slit {
	50% { -moz-transform: translateZ(-250px) rotateY(89deg); opacity: .5; -moz-animation-timing-function: ease-out;}
	100% { -moz-transform: translateZ(0) rotateY(0deg); opacity: 1; }
}

@keyframes slit {
	50% { transform: translateZ(-250px) rotateY(89deg); opacity: 1; animation-timing-function: ease-in;}
	100% { transform: translateZ(0) rotateY(0deg); opacity: 1; }
}



@-webkit-keyframes rotateRightSideFirst {
	50% { -webkit-transform: translateZ(-50px) rotateY(5deg); -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: translateZ(-200px); }
}

@-moz-keyframes rotateRightSideFirst {
	50% { -moz-transform: translateZ(-50px) rotateY(5deg); -moz-animation-timing-function: ease-out; }
	100% { -moz-transform: translateZ(-200px); }
}

@keyframes rotateRightSideFirst {
	50% { transform: translateZ(-50px) rotateY(5deg); animation-timing-function: ease-out; }
	100% { transform: translateZ(-200px); }
}



@-webkit-keyframes OpenTop {
	50% { 
		-webkit-transform: rotateX(10deg); 
		-webkit-animation-timing-function: ease-out; 
	}
}

@-moz-keyframes OpenTop {
	50% { 
		-moz-transform: rotateX(10deg); 
		-moz-animation-timing-function: ease-out; 
	}
}

@keyframes OpenTop {
	50% { 
		transform: rotateX(10deg); 
		animation-timing-function: ease-out; 
	}
}



@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}


/*POPUP STYLES STARTS HERE*/

.content_pop_up {
	font-size:22px;
	width:100%;
	overflow-y: scroll;
	max-height:300px;
	
}

.input_select_field {
	border: 1px solid #ababab;
    border-radius: 0;
    color: #5d5d5d;
    margin-bottom: 10px;
    margin-top: 7px;
    padding: 6px 15px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}



/* Isao */
.input__field--isao {
	z-index: 10;
	padding: 0;
	width: 100%;
	background: transparent;
	color: #00508c;
}

.input__label--isao {
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 100%;
	color: #00508c;
	text-align: left;
}

.input__label--isao::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 7px;
	background: #00508c;
	-webkit-transform: scale3d(1, 0.4, 1);
	transform: scale3d(1, 0.4, 1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label--isao::after {
	content: attr(data-content);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.75em 0.15em;
	color: #f1600f;
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::before {
	background-color: #f1600f;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.input__field--isao:focus + .input__label--isao {
	pointer-events: none;
}

.input__field--isao:focus + .input__label--isao::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__label-content--isao {
	padding: 0.75em 0.15em;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__field--isao:focus + .input__label--isao .input__label-content--isao {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

.input_isao {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0;	
	width: calc(100% - 2em);
	vertical-align: top;
	width:100%;
}


button {
	border: none;
	padding: 0;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	background:none;
	font-weight:lighter;
	float:right;
	
	
}

button:hover {
	color:#fff;
	
	
}

.button_forgot {
	border: none;
	padding: 0;
	color: #00508c;
	font-size: 18px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	background:none;
	font-weight:lighter;
	float:left;
	
	
}

.button_forgot:hover {
	color:#fff;
	
	
}
.main_triger {
	width:100%;
}



.md-close {
	padding:0;
	position:relative;
	top:40px;
	font-weight:bold;
	color:#353434;
	font-size:26px;
	right:-20px;
	border-radius:50%;
	padding:2% 1.7%;
	background:#fff;
	box-shadow: 0px 10px 4px -9px rgba(0,0,0,0.75);
	z-index:999;
	
}
.md-close:hover {
	color:#fff;
	background:#2585c7;
}

.input_popup[type="text"] {
    border: 1px solid #ababab;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 15px 9px;
    width: 95%;
	color:#5d5d5d;
	text-transform:uppercase;
	text-align:right;
}

.link_login_sign_up {
	 color: #fff;
    float: right;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 7px 5px 0 0;
    width: auto;
}

.link_login {
	float: right;
    padding: 6px 0;
    width: auto;
}

.link_login a {
	margin:1px 10px 0 0;
	font-size:16px;
	color:#fff;
	text-transform:uppercase;
	font-weight:lighter;
	text-decoration:none;
}

.radio_text_box_main {
	margin:0;
	width:100%;
}




@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.register_right {
    float: none;
    margin: 0 auto;
    padding: 5px 0 0;
    width: 68%;
}

.md-close {
	right:0px;
    top: 59px;
}

.input_popup[type="text"] {
	width:85%;
}

.form_message_main {
    margin: 5% 0;
    width: 100%;
}
.input_popup_new[type="text"] {
	padding: 10px 15px;
	width:90%;
}

}
.input_popup_new[type="text"] {
    border: 1px solid #ababab;
    border-radius: 0;
    color: #5d5d5d;
    margin-bottom: 10px;
    margin-top: 7px;
    padding: 6px 15px;
    text-align: right;
    text-transform: uppercase;
    width: 95%;
}
