html,
body {
    height: 100%;
}

body {
    background-color: #000a14;
}

#bg-image {
    position: fixed;
    z-index: -1;
    height: 100vh;
    width: 100vw;

    background-image: url('../../Images/blur.jpg');
    /*background-image: url('../../Images/Tec_2.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(3px);
}

main {
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #f5f5f5;*/
    flex-direction: column;
}

footer {
    width: 100%;
    height: 35px;
    color: #fff;
    font-size: 0.60em;
    background-color: #343a40;
}

.form-signin {
    font-size: 0.8em;
    width: 100%;
    max-width: 300px;
    padding: 25px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.2);
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0; 
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: 5px;
  /*border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;*/
}
.form-signin input[type="password"] {
  margin-bottom: 5px;
  /*border-top-left-radius: 0;
  border-top-right-radius: 0;*/
}
#login {
    height: 2.5em;
    font-size: 16px;
}