/* Login page styles */

body {
//    background-color: #02a2b3;
    background-image: url("/sites/all/themes/miletos_muteferriqa/images/home_4.jpg");
        background-size: cover;
	background-position: center;

}

.login-page-form-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page-form-box {
    width: 400px;
    height: 400px;
    display: flex;
    background-color: tomato;
}

.login-page-logo-wrapper {
    display:flex;
    align-items: center;
}

.login-page-logo-title a {
    font-size: 36px;
    color: #02a2b3;
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none;
}

.panel-heading{
    display: none!important;
}

.panel-body .help-block {
    display: none!important;
}

.element-invisible {
    display: none!important;
}

.form-item-captcha-response label {
    display: none;
}

li {
    display: none;
}

.has-error input {
    background-color: #FFAC9A;
}

#edit-submit {
    color: #fff;
    background-color: #02a2b3;
    border-color: #02a2b3;
    width: 326px;
    border-radius: 25px;
}
/* ----------------- */
.logo {
height: 57px !important; 
}
.login-container {
	width: 550px;
	background-color: 
}
.login-card {
	background-color: rgba(255, 255, 255, 0.9);
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-radius: 25px;

}
.form-control:focus {
	background-color: unset;
}
#ito-logo {
	    position: absolute;
	        left: 0px;
		    height: 150px;
		        width: 24vw;
			    background-color: rgba(5, 5, 5, 0.72);
			        display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: flex-end;
				align-items: center;
				align-content: stretch;
				padding-right: 40px;
			}
#it-logo {
	    position: absolute;
	        right: 0px;
		    height: 150px;
		        width: 24vw;
			    background-color: rgba(5, 5, 5, 0.72);
			        display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: flex-start;
				align-items: center;
				align-content: stretch;
				padding-left: 40px;
			}

#logo140 {
	    position: absolute;
	    left: 40vw;
	        bottom: 0px;
		    height: 10vh;                                                                                                                                                                                            
		        width: 20vw;                                                                                                                                                                                             
			    background-color: rgba(5, 5, 5, 0);                                                                                                                                                                      
			        display: flex;                                                                                                                                                                                           
				flex-direction: column;                                                                                                                                                                                      
				flex-wrap: nowrap;                                                                                                                                                                                           
				justify-content: flex-start;                                                                                                                                                                                 
				align-items: center;                                                                                                                                                                                         
				align-content: stretch;                                                                                                                                                                                      
			}            
#logo140r {
	            position: absolute;
		                left: 40vw;
				                bottom: 0px;
						                    height: 7vh;                                                                                                                                                                              
								                            width: 20vw;                                                                                                                                                                           
											                                background-color: rgba(5, 5, 5, 0);                                                                                                                                                
															                                display: flex;                                                                                                                                                                 
																			                                flex-direction: column;                                                                                                                                                        
																							                                flex-wrap: nowrap;                                                                                                                                                             
																											                                justify-content: flex-start;                                                                                                                                                   
																															                                align-items: center;                                                                                                                                                           
																																			                                align-content: stretch;                                                                                                                                                        
																																							                        }

.login-card-description {
	font-weight:  bold;
	color: #02a2b3;
}
.login-card-footer-text {
	margin-bottom: 0;
	color: #02a2b3;
}
.login-card input {
	  border: none !important;
	    outline: none !important;
	        width: 100%;
		min-height: 30px !important;
		  font-size: 18px;
		    border-bottom: solid 1px grey !important;
		    border-radius: 0px;
		    background-color: rgb(1,1,1,0);
	   }
.login-card label {
	margin-bottom: 0px !important;
}
.form-item {
	color: gray;
}
