html {
    box-sizing: border-box;
  }
  *, *:before, *:after {
    box-sizing: inherit;
  }
body {
    
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Roboto Thin", 'Roboto', Sans-Serif;
}
.login-wrapper {
    border-radius: 7px;
    max-width: 350px;
    margin: auto;
    background-color: white;
    border-radius: 5px;
    padding-bottom: 15px;
    margin-top: 20vh;
}
#frm-signInForm-remember {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
input[type=submit] {
    background-color: #47b2e4;
    color: white;
    border: none;
    padding: 15px 30px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;   
    border-radius: 2rem;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 0.8rem;
    font-weight: bold;
}
h1 {
    text-align: center;
    
    font-size: 1.7rem;
    margin-bottom: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;

}

.form-control {
    margin-bottom: 1rem;
}
.form-control label {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
    color: #333;
    display: block;
}
form input[type=text], form input[type=password] {
    width: 100%;
    border: 1px solid #efefef;
    ;
    outline: none !important;
    padding: 15px;
    border-radius: 3px;
}
.alert {
    margin-bottom: 30px;
    padding: 15px;
    border-left: 5px solid #991217;
    background-color: rgba(189,19,23,0.17);
}
.dev {
    text-align: center;
    margin-top: 40vh;
}
.dev * {
    color: white;
}

label {
    font-weight: 100;
}