﻿
/* Form validation */
.myis-valid{
	border:1px solid green;
}
.myis-invalid{
	border:1px solid red;
}

.alert .btn-close{
	font-size:12px !important;
}

.logo{
	width:350px;
	height:120px;
}
.logo img{
	/*margin-left:30px;*/
}
.card-body h1{
	font-family:"Pinyon Script",  cursive;
	font-size:60px;
	color:#75A0C7;
	text-align:center;
	margin-top:-20px;
	margin-bottom:10px;
}
.eye-icon {
  float: right;
  width:20px;
  height:20px;
  margin-right: 5px !important;
  margin-top: -33px;
  position: relative;
  z-index: 2 !important;
}

@media (max-width: 575px){
	/*.logocontainer{
	  width:310px !important;
	  height:80px!important;
	  text-align:center;
     }*/
     .logo img{
	 width:330px !important;
	 height:100px !important;
	 margin-bottom:20px;
     }
}
