@CHARSET "UTF-8";


#logo {
	
    background-image: url(../style/img/logo2.png);
    background-image: none,url(../style/img/logo2.png);
    /*-webkit-background-size: 100% 100%;
    background-size: 100% 100%;*/
    -webkit-background-size: 380px;
    background-size: 380px;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    margin-top: 20px;
    /*margin-bottom: 50px;
    margin-top: 30px;*/
    
}

    
#login {
    width: 420px;
    /*padding: 7% 0 0;
    margin: auto;*/
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*opacity: 0.9;*/    
}

div#login.mobil, #login.tablet {
	width: 100%;
    padding: 0;
}

.formlogin {
    /*margin-top: 20px;*/
    margin-left: 0;
    padding: 10px 40px 40px;
    /* font-weight: 400; */
    overflow: hidden;
    /*background: #fff;*/
    background: rgb(199 218 226 / 20%);
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}

.inputform {
	font-size: 18px;
    padding: 5px 15px;
    height: 50px;
    color: #000;
}

.buttonform {
    background: #2ea2cc;
    /* border-color: #0074a2; */
    /* -webkit-box-shadow: inset 0 1px 0 rgb(120 200 230 / 50%), 0 1px 0 rgb(0 0 0 / 15%); */
    /* box-shadow: inset 0 1px 0 rgb(120 200 230 / 50%), 0 1px 0 rgb(0 0 0 / 15%); */
    color: #fff;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    height: 55px;
    font-size: 18px;
}

.input-wrapper {
  position: relative;
  margin: 20px auto;
}

.form-control:focus {
  border: 1px solid #2c7ac9;
}
.control-label {
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 42px;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 12px;
}
.form-control:placeholder-shown + .control-label {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
.form-control:not(:placeholder-shown) + .control-label,
.form-control:focus:not(:placeholder-shown) + .control-label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
}

::placeholder {
  color: #c9c9c9;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #c9c9c9;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #c9c9c9;
}

.copyright {
	font-size: 90%;
}
