

body{font-family: sans-serif ;}

.tab-style{
	font-size: 20px;
	width: 50%;
	background-color: #323232;
	text-align:center;
}
.nav-tabs > li > a {
    margin-right: 0px;
    color:white;
}


#myModal .modal-dialog {
	
}
.modal-dialog {
	margin-top: calc(100vh / 2 - 173.9px);
}

.cool-spacing {
	margin-top: 94px!important;
}

.group2 { 
    position: relative; 
    margin-top: 16px; 
}

.btn-block{margin-top:20px;
margin-bottom:20px;
font-size:18px;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {   }

.login-shadow {
	background-color: #4F7D8C!important;
	color: white!important;
	-webkit-box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
	-moz-box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
	box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
	z-index:1;
}

.signup-shadow{
	background-color: #4F7D8C!important;
	color: white!important;
	-webkit-box-shadow: -5px 0px 6px 0px rgba(82,82,82,0.52);
	-moz-box-shadow: -5px -5px 6px 0px rgba(82,82,82,0.52);
	box-shadow: -5px 0px 6px 0px rgba(82,82,82,0.52);
  
}


.modal-header{background-color:#e5ecf4;}

.group { 
    position: relative; 
    margin-top: 30px; 
}


.input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: none;
    color: #FFF;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

.input:focus { outline: none; }


/* Label */

.label {
    color: #FFF; 
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: -10px;
    top: 10px;
    transition: all 0.2s ease;
}


/* active */

.input:focus ~ .label, .input.used ~ .label {
    top: -20px;
  transform: scale(.75); left:-15px;
    /* font-size: 14px; */
    color: #4a89dc;
}


/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px; 
    width: 0;
    bottom: 1px; 
    position: absolute;
    background: #4a89dc; 
    transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

.input:focus ~ .bar:before, .input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
    position: absolute;
    height: 60%; 
    width: 100px; 
    top: 25%; 
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active */

.input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}


@media  screen and (max-width: 767px) and (min-width: 576px){
  #myModal{margin-left:20%;
            margin-right:20%;}

  #forgot-password{margin-left:20%;
            margin-right:20%;}
} 


@media screen and (min-width: 768px) {
    
    #myModal .modal-dialog  {width:500px;}
  
	#forgot-password .modal-dialog{width:500px;}
  
	.modal-body{
		padding-left:50px;
		padding-right:50px;
	}
}


.modal-body{
	background-image:url('../img/sand-2329153_1280.jpg');
	background-size:cover;
	z-index:10;
}

em{display:none;}