html,body {
    height: 100%
}

img.mb-4 {
    max-width: 100%
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5
}

.btn-primary {
    color: #fff;
    background: #000;
    background: -moz-linear-gradient(top,#e0382c 0%,#f9ae00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0382c',endColorstr='#f9ae00',GradientType=0 );
    border-color: #f19e38;
    border-radius: 10px;
}

.text-muted {
    color: #fff!important
}

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

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    border-radius: 10px;
    background-color: #000000d1;
    border: 1px solid #ff8d00;
}

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

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

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

.form-signin input[type=email] {
    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;
    /* color: red !important; */
}
input.form-control::placeholder {
    color: white;
}
