
*{
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    padding:0;
    margin:0;
    border:0;
}

html,body{
    font-family: Calibre, Geneva, sans-serif;
    font-size:14px;
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
    background:url('../files/img/background.png');
    min-height:100%;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: white;
}


#main{
    width:fit-content;
    height: 100%;
    position:absolute;
    z-index: 22;
}

#form{
  padding: 0px 20px;
}
#back_opacity{
   display: none;   
}

#login-area{
    max-width: 360px;
    background-color: #303d91;    
    text-align: center;
    height: 100%;
    box-shadow: -7px -3px 20px 0px grey;
    
}
#login{
    z-index:1000;
    text-align: center;
    display: flow-root;
    
}


#edu-logo{

     position: relative;
     margin-top: 15%;
     margin-bottom: 0%;
     width:75%;
}

#separtor{
    background-color: #d35b40;
    
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    width: 95%;
}

#wcm{
    margin-top: 0%;
    margin-bottom: 3%;
    color:#ffff;
    font-size: 1.6em;
    font-weight: bolder;
}

#manual-window,#visittour-window,#faq-window{
position:fixed;
background-color:#21252978;
z-index:3000;
height:100%;
width:100%;
top:100%;
bottom:0;
left:0;
right:0;
padding:5% 10%;
}

#manual-mobile{
    cursor: pointer;
    float: right;
    display: none;
}

.nav{
    margin-top: 30px !important;
}

input[type="text"],input[type="password"]{
    font-size:14px;
    padding:0.85em;
    border:0.15em solid #ffff;
    margin:0.2em 0;
    color:#fff;
    height: 50px;
    background-color:rgba(255, 255, 255, 0.244);
    border-radius: 8px;
    margin-bottom: 10px;
    border:2px solid #ffff;
   
}

::placeholder {
    color: rgb(201, 201, 201);
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgb(201, 201, 201);
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: rgb(201, 201, 201);
  } 
#recoverpwd{
    margin-bottom: 3em;
    font-size: 15px;
    float: right;
    color: #ffff;
    margin-top: -15px;
}

#login_error{
    margin-top: 0.8em;
    font-size: 12px;
    margin-left: 20px;
    float: left;
    display: inline-table;
    color: #ff0000;
   
}

#login_btn1{
    background-color:#f1e402;
    margin-bottom: 1em;
    color: #484400;
    height: 50px;
    font-weight: bold;
    width: 100%;
   
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    transition-duration: 0.4s;
}
#login_btn1:hover {
    background-color: #4CAF50; /* Green */
    color: white;
  }

input.text{
    width: 100%;

}

 #more{
    background-color:rgb(0,0,0,0);
    color:  #d35b40;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
    border:1.2px solid #d35b40;
    cursor: pointer;
    font-size: 16px;
    margin-top: 1em;
}

#contacts{
width:70%;    
float: left;	
padding-left: 2em;
}



#main_container{
    width: 600px;
    height: 340px;
    top: 32vh;
    position: absolute;
    transform: translate(0%,-50%);
    margin-left: 40%;
    text-align: center;
}


.background-image{
    width: 80vh;
    margin-top: 10vh;
    margin-left: 74px;  
}

footer{
    /*text-align: center;*/
    position: absolute;
    width: 100%;
    color: white;
    display: none !important;
    height: 50px;
    background: #d35b40;
    bottom: 0px;
    border-top: 5px solid #00897b;
}

footer p:first-child{
    margin-top: 0.8%;
  margin-left: 410px;
  width: 100%;
}

#login-footer{
    height: 50px;
    padding-top: 15px;
    width: 100%;
    bottom: 0px;
   
    max-width:390px;
    text-align: center;
  
}

#login-footer a{
   color: #fff;
   text-decoration: none;
}
#enfeite_img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 10%;
}

#news_title{
  font-weight: bolder;
  margin-bottom: 1em;
  font-size: 18px;
}

 footer img{
 float: right;
 width: 35px;
 margin-right:10px;
 cursor: pointer;
}

footer p:nth-child(2), #separtor {
    width: 100%;
    height: 100%;
    padding-top: 5px;
    
    
}

footer p:nth-child(2){
    z-index: 2000;
}

#search_area{
    width: 100%;
    display: inline-flex;
}
#search_area input[type="search"]{
    width: 60%;
    height: 45px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left:50px; 
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 3px 6px 1px #808080;

}
#search_icon{
    margin-top: 25px;
    margin-left: 22%;
    height: 30px;
    position: absolute;
}
#cursos_available{

    text-align: center;
    color:#d35b40;
    font-size: 1.9em;
    font-weight: bolder;
}

/* Tablet ViewPOrt*/

@media (max-width: 900px) { 

 
#main {
    background-color: #ffffff00;
    width: 50%;
    z-index: 48;
}
 #main_container{
    display: none;
}

#separtor, #login-footer{
    display: none;
}

#edu-logo{
     width: 35%;
     margin-top: 12%;
     margin-bottom: 5%;     
}

#login form{
    
    margin-left: auto;
    margin-right: auto;
    right: auto;
    width: 60%;
}

#login{
    text-align: center;
}

#wcm{
    margin-top: 0px;
    margin-bottom: 4%;
}




#enfeite_img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20%;
}

footer p:first-child{
  margin-left: 0px;
}

#manual-mobile{
    display: initial;
}

}



/*Mobile Screens*/

@media (max-width: 500px) {

#login-footer {
    display: none
}

.gif-div{
    display: none;
}

#main {
    width: 100%;
}


#back_opacity{
    opacity: 0.5;
    display: block;
    position: absolute;
    width: 100%;
    background-color:white;
    height:100%;
}
.background-image{
    max-width: 80vw;
    float: left;
    left: 10%;
    bottom: 5vh;
    clear: both;
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0.079;
}



body{
    width:100%;
    min-height:100%;
}

#contacts{
width:100%;    
padding-left: 2em;
}



.close-btn{

    position: absolute;
    color: #fff;
}

footer{
    z-index: 1000;
    
}

footer p:first-child, #separtor{
    
    display: none;
}
footer p:nth-child(2) img, footer p:nth-child(2){
    float: unset;
    text-align:center;
}
#login form{
    width: 100%;
}

#edu-logo{ 
     position: relative;
     margin-top: 22vw;
     width:60%;
}

#wcm{
    margin-top: 1%;
}
#enfeite_img {
     width: 30% !important;
    }

  #login_btn1{
    margin-bottom: 0em;
    }

    #manual-mobile{
    display: none;
    }


  .hide_footer_onphone{
    display: none;
  }  
}


login_btn1