*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
a{
    text-decoration: none;
}
.container-background{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/login-background.jpg) ; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
height:100vh;
    left: 0;
    right: 0;
}

.signup-btn{
 color: #F0E68C;
 font-size: 14px;
 font-weight: 600;
 background-color: #022F5D ;
 background-image: linear-gradient(180deg, #045DBA, #022F5D);

 border: 2px solid #fff;
 border: radius 0.5em;
 -webkit-border-radius:.5em ;
 -moz-border-radius:.5em ;
 -ms-border-radius:.5em ;
 -o-border-radius:.5em ;
 transition:.5s ;
 -webkit-transition:.5s ;
 -moz-transition:.5s ;
 -ms-transition:.5s ;
 -o-transition:.5s ;
}
.signup-btn:hover{
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-image: linear-gradient(180deg, #022F5D, #045DBA);
  border: 2px solid #F0E68C;
  border: radius 0.5em;
  -webkit-border-radius:.5em ;
  -moz-border-radius:.5em ;
  -ms-border-radius:.5em ;
  -o-border-radius:.5em ;
  transform: scaleX(1.1);
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  -ms-transform: scaleX(1.1);
  -o-transform: scaleX(1.1);
}
.col-4 .btn {
    margin-left: 3px;
    line-height: 1.0;
}

.top-right{
    text-align: right;
   margin-top: 15px;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 2px 2px 6px #000000;
}
.top-right a{
   color: #F0E68C; 
}

.top-right a:hover{
    color: #fff;
}

.logo-back{
    padding: 10px 10px 10px 10px;
    border-radius: 0 0 10px 10px  ;
    background-color: #eeeeee;
    -webkit-border-radius: 0 0 10px 10px  ;
    -moz-border-radius: 0 0 10px 10px  ;
    -ms-border-radius: 0 0 10px 10px  ;
    -o-border-radius: 0 0 10px 10px  ;
}
.container-in{


    width: 100%;
    margin: 15px 0;
    background-color: rgba(0, 0, 0, 40%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.inner-left-img{
    

    max-width: 310px;
    /* width: 70%; */
    margin: 3.0em 0.0em 1.0em 3.0em;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.inner-border{
    margin-left: 10em;
   margin-top: 50px;
    height: 65vh;
     border-left: 1px solid#fff;
     margin-bottom: 3em;
}
.inner-right{
 
    margin-right: 2.0em;
    margin-top: 2.5em;
}
.inner-right img{
    
    display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 33px;
    
}

.inner-right h1{
    margin-right: 3%;
    margin-top: 0.3em;
    color: #F0E68C;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-shadow: 2px 2px 4px #000000;
    line-height: 25px;
}

.inner-right p{
    margin-right: 3%;
    text-align:center;
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    /* margin-bottom: 33px; */
}
.form-control {
    margin-top: 10px;
}
.input-group-addon{
    margin-top: 10px;
}
.form-area{
    width: 80%;
    align-content: center;
    margin-top: 30px;
    
}
.fas{
    
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 30px;
    border-radius: 18px  0 0 18px;
    font-size: 22px;
    background-color: #fff;
    border-style: none;
    border-color: #2B5177;
    -webkit-border-radius: 18px  0 0 18px;
    -moz-border-radius: 18px  0 0 18px;
    -ms-border-radius: 18px  0 0 18px;
    -o-border-radius: 18px  0 0 18px;

    box-shadow: 2px 2px  5px #181818;
    background: linear-gradient(to bottom , #c2c2c2 1%,  #ffffff 100%);
}
.form-control{
    height: 32px;
    border: rgb(255, 255, 255);
    border-radius: 0px 18px 18px 0px;
    -webkit-border-radius: 0px 18px 18px 0px;
    -moz-border-radius: 0px 18px 18px 0px;
    -ms-border-radius: 0px 18px 18px 0px;
    -o-border-radius: 0px 18px 18px 0px;
    box-shadow: 5px 2px 4px #252525;
     background: rgb(2,0,36);
background: linear-gradient(to bottom , #c2c2c2 1%,  #ffffff 100%);
}
.input-group{
    margin-top: 1em;
    margin-left: 3em;
    margin-right: auto;
    
}
.round-form {
	border-radius: 500px !important;
	-webkit-border-radius: 500px !important;
}
.check-box input{
    margin-top: 6%;
    font-size: 25px;
    margin-right: 20px;
    box-shadow: 2px 2px 4px #474747;
    
}
.check-box input:checked{
    background-color: #045DBA;
    
}
.check-box label{
    color: #fff;
    font-size: 14px;
    line-height: 2.5;
    text-shadow: 2px 2px 4px #000000;
    margin-top: 5%;
}

.footer-area{
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.footer-area span{
    color: #00FFFF;
}
.vi{
width: 30px;    
background-color: #0000FF;


}

.myButton {
    margin-top: 5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 2px 1px 1px  #ffffff, 3px 4px 5px 1px #0000FF;
	/*background:linear-gradient(to bottom, #003D7E, #0C83FF,  #00468F );*/
    background: linear-gradient(to bottom, #78b1ed 0%, #417bb5 100%);
	border-radius:18px;
    -webkit-border-radius:18px;
	-moz-border-radius:18px;
	-ms-border-radius:18px;
	-o-border-radius:18px;
	border:1px solid #052eb6;

	color:#ffffff;
	
	font-size:15px;
	padding:5px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c4c4c4;
	
}
.myButton:hover {
	background:linear-gradient(to bottom,  #0C83FF,  #00468F, #0C83FF);
	background-color:#88b5e8;
    color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}
.form-area p{
    
    
    margin-top: 10%;
    margin-left: 30%;
}

.form-area p a{
    color: #00FFFF;
    
}
.bootstrap-select.btn-group .dropdown-menu {
    max-height: 200px !important;
    transform: translate3d(0px, 30px, 0px) !important;
}
@media only screen and (max-width: 600px) {
    body {
    background-color: lightblue;
  }

  .inner-left-img{
      height: 0;
      visibility: hidden;
      
  }
.inner-border{
    height:min-content;
    margin-top: 0px;
    visibility: hidden;
}
.inner-right {
    
    margin-top: 0.0em;
    
}
.form-area{
    padding-right: 20px;
}



}
