html, body {
    height: 100%;
}

img.mb-4 {
    max-width: 94%;
    margin: auto;
    margin-top: 100px;
}

body {
    /* align-items: center; */
    /* display: grid; */
    /* margin: auto; */
    /* padding-top: 10%; */
    /* padding-bottom: 40px; */
    /* background-color: rgb(245, 245, 245); */
    /* align-content: space-evenly; */
    /* justify-content: center; */
}

.btn-primary {
    color: rgb(0 0 0);
    background: rgb(248 151 29);
    border-color: rgb(248 151 29);
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
}

.text-muted {
    font-size: 16px;
    color: rgb(102, 203, 12) !important;
}

.mt-5, .my-5 {
    margin-top: 1rem !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    /* padding: 15px; */
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 5px;
}

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

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

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