@charset "UTF-8";

@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css");

body, html {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    height: 100%;
    line-height: 1.8;
}

#bd-bg {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    background-position: center;
    background-size: cover;
    background-image: url("../images/cube2.jpg");
    filter: grayscale(60%);
}

#div-bg {
    z-index: 2;
    width: 100%;
    position: fixed;
    background-color: rgba(7, 14, 45, 0.54);
}

.max-height {
    height: 100%;
    line-height: 1.8;
}

.login-left {
    width: 50%;
    height: 100%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    height: 80%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.line-height-title {
    line-height: 70% !important;
}

#jumbotron-left {
    width: 100%;
    text-align: center;
    height: 40%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 0)
}

#login-container {
    margin-top: 2%;
}

.yellow-text {
    color: #FD1F4A !important;
}

.text-align-center {
    text-align: center;
}

.sub-title {
    text-align: left;
    width: 100%;
}

.img-star {
    width: 100px;
    height: 100px;
    padding: 30px;
}

.form-bg {
    width: 100% !important;
    background-color: rgba(200, 200, 200, 0.3) !important;
    border: none !important;
    font-size: large !important;
    color: whitesmoke !important;
    border-radius: 25px !important;
}

.form-bg::placeholder {
    color: whitesmoke !important;
}

.button-bg {
    background-color: #FD1F4A !important;
    border-radius: 25px !important;
    height: 41px !important;
    color: white !important;
    border: none !important;
}

.logo {
    width: 45px;
    height: 45px;
    background-position: center;
    background-size: cover;
    background-image: url("../images/logo.png");
    margin-left: auto;
    margin-right: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid whitesmoke;
    -webkit-text-fill-color: whitesmoke;
    -webkit-box-shadow: 0 0 0px 1000px #00000000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

#username {
    font-size: 16px !important;
}


#password {
    font-size: 16px !important;
}