@font-face {
    font-family: "Roboto Light";
    src: url("roboto/Roboto-Light.ttf") format("truetype");
    font-style: normal;
}

html,
body {
    height: 100%;
}
/*#62a66db3*/
body {
    font-family: 'Roboto Light', sans-serif;
    background: #dbe7ff;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 200;
}
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    margin: auto;
}
.form-signin .alert {
    position: relative;
    padding: 0.4rem 0.4rem;
    text-align: left;
}
.form-signin .alert p{
    margin-bottom: 0rem;
    font-size: .9rem;
}

.form-signin .card-header {
    padding: 0rem;
    background-color: #fff;
    border-bottom: 2px solid #5a6fa2;
}
.form-signin .card-footer {
    background-color: #fff;
    border-top:  2px solid #5a6fa2;
}
.form-signin .card-footer p{
    margin-bottom: 0rem;
    margin-top: .3rem;
}
.form-signin .checkbox {
    font-weight: 300;
    text-align: left;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
