@font-face {
  font-family: 'GarantiaFont';
  src: url('font/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoMedium';
  src: url('font/Roboto Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto Light';
  src: url('font/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Regular';
  src: url('font/Roboto-Regular.ttf') format('truetype');
}

*{
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
    padding:0;
    margin:0;
    border:0;
}

html,body{
    font-family:GarantiaFont,Verdana, Geneva, sans-serif;
    font-size:16px;
    margin:0;
    padding:0;
    width:100%;
    height: 100%;
    
    min-height:100%;
    background-image:url("../files/img/background.png");
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-color: #464646;
}

#manual-window{
        position:fixed;
        background-color:rgba(0,0,0,0.5);
        z-index:3000;
        height:100%;
        width:100%;
        top:100%;
        bottom:0;
        left:0;
        right:0;
        padding:5% 5%;
        }

#main{
    width:100%;
    height: 100%;
    position:absolute;
    z-index:1000; 
}

#form{
  padding-bottom:10px;
  padding-left: 7%;
  padding-right: 7%;
}
#back_opacity{
   display: none;   
}

#login-area{
    top: 48vh;
    transform: translate(-50%,-45%);
    position: absolute;
    text-align: center;
    height: fit-content;
    width: 80%;
    background-color: white;
    left: 50%;
    max-width: 790px;
    box-shadow: 4px 5px 8px -3px #202124;
    display: flex;
}
#footer_contact img{
    margin-right: 15px;
    width: 35px;
    border-radius: 50%;
    box-shadow: 1px 2px 3px 0px #2021248f;
    transition: all .4s ease-in-out;
}
#footer_contact img:hover{
    
  transform: scale(1.15);
}
#login{
    background-color: #e1e1e1;
    padding: unset;
    float: right;
    width: 50%;
}
#login-welcome{
    z-index:1000;
    text-align: center;
    display: flow-root;
    width: 50%;
    
}
#login-welcome{
    z-index:1000;
    text-align: center;
    display: flow-root;
    
}

#garantia-logo{
    margin-top: 10%;
    width: 45%;
}
 #user-logo{
     position: relative;
     width:20%;
     margin-top: 16%;
 }

#separtor{
    background-color: #808080;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    bottom: 15%;
    height: 0.005em;
    width: 85%;
}

#footer_contact{
    margin-top: 20px;
    margin-bottom: 4%;
}
#wcm-adress{
    margin-top: 20px;
    
}
.adress,#wcm-adress{
    font-size: 14px;
}

#wcm{
    margin-top: 6%;
    font-size: 2em;
    font-weight: bolder;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;   
    color: #234f92;
}

#wcm-info{
    color: #808080;
    margin-top: 15px;
    font-family: Roboto Light;
    font-size: 16px;
}

.nav{
    margin-top: 30px !important;
}

input[type="text"],input[type="password"]{
    font-size:14px;
    padding:0.85em;
    border:0.15em solid white;
    color:#202124;
    height: 36px;
    font-family:Roboto Regular;

    margin-bottom: 20px;
}
#recoverpwd{
    font-size: 12px;
    float: right;
    font-weight: bold;
    color: black;
    text-decoration: none;
    margin-top: -14px;
    margin-bottom: -6px;
}

#recoverpwd:hover{
  color: #5685c2;
  transition: ease-in 400ms;
  cursor: pointer;
}

#login_error{
    margin-bottom: 0.3em;
    font-size: 12px;
    float: left;
    display: inline-table;
    color: #ff0000;
    font-family: Times;
}

#button_manual{
    background-color: #234f92;
    color: white;
    height: 30px;
    width: 50%;
    cursor: pointer;
    font-size: 16px;
    font-family: Roboto Regular;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#login_btn1{
    background-color: #234f92;
    margin-top: 1.0em;
    color: white;
    height: 30px;
    width: 45%;
    border: 1.5px solid #234f92;
    cursor: pointer;
    font-size: 16px;
    border-radius: 12px;
    font-family: Roboto Regular;
}

#login_btn1:hover, #button_manual:hover{
  background-color: #5685c2;
  transition: ease-in 200ms;
}

input.text{
    width: 100%;

}

footer{
   background-color: white;
    height: 55px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    border-top: 6.5px outset #234f92;

}

footer img{
   position: absolute;
   margin-top: 0.2em;

}
footer p{
    display: inline-flex;
    color: grey;
    font-size: 1.3em;
    margin-left: -4%;
    font-family: Roboto Regular;
}
/*Mobile Screens*/

@media (max-width: 801px) {

footer, #login_btn2, #login-footer {
    display: none;

}

#button_manual{
  display: none;
}


body{
    width:100%;
    min-height:100%;
}

#login-area{
    width: 80% !important;
    flex-direction: row-reverse;
}

#garantia-logo{ 
     position: relative;
     margin-top: 8%;
     width:75%;
}

#recoverpwd {
    margin-top: -14px;
}

#location {
  font-size: 0.8em
}

#wcm {
    margin-top: 15%;
    font-size: 1.2em;
    width: 100%;
    padding-left: 9%;
    padding-right: 9%;
    color: #234f92;
}

  #login_btn1{
    margin-bottom: 0em;
    }  
}

@media (max-width: 655px) {
    #login-area{
        max-width: 300px;

    }
    #login{
        width: 100%;
        background-color: white;
    }
    #login-welcome, #location, #separtor{
    
    display: none;
    
   }
   #recoverpwd {
        margin-top: -14px;
    }
    #form{
        padding-bottom:20px;
    }

    #garantia-logo{
        display: block;
        position: absolute;
        z-index: 3000;
    }
    #user-logo{
        margin-top: 30px;
        width: 86%;
        content:url("../files/img/logo.png");
        margin-bottom: 30px;
    }

    input[type="text"],input[type="password"]{
        border:0.15em solid grey;
    }


}


