body{
   font-family: 'Montserrat', Arial;
}

.login {
   position: fixed;
   width: 300px;
   height: 420px;
   left: 50%;
   margin-left: -150px;
   top: 50%;
   margin-top: -210px;
   text-align: center;
}

.login__image {
   width: 250px;
   height: 167px;
   padding: 0 25px 0 25px;
   background: url("logos/ilga_black.svg") no-repeat;
   background-position: 50% 50%;
   background-size: contain;
}

.login__controls{
   text-align: left;
   width: 300px;
   margin-top: 10px;
}

.error_wraper {
   position: absolute;
   display: none;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: rgba(0, 0, 0, 0.7);
}

.error {
   position: absolute;
   display: inline-block;
   text-align: center;
   width: 350px;
   height: 150px;
   background-color: #fff;
   border-radius: 4px;
   top: 50%;
   margin-top: -75px;
   left: 50%;
   margin-left: -175px;
}

.error p {
   margin: 35px 0 25px 0;
}
