@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Marcellus SC', serif;
    line-height: 1.42857143;
}

label {
    font-weight: 700;
    color:white;
}
user agent stylesheet

label {
    cursor: default;
    background-color: transparent;
}

.bg-body{
    background-image: url('../img/titles1/new_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px;
}

.login-card{
    border:0px;
    background-color: transparent;
}

.login-card-body{
    padding:30px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: rgba(49, 49, 49, 0.5);
    backdrop-filter: blur(3px);

}

.jumbotron {
    padding: 110px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: transparent;
}

.well {
    min-height: 21px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.btn-primary:hover{
    color: #350147;
    background-color: lightgreen;
    border-color: lightgreen;
    border-radius: 2px;
}

.btn-primary {
    color: #350147;
    background-color: lightgreen;
    border-color: lightgreen;
    border-radius: 2px;
}


.input-form-login{
    background-color: rgb(45, 45, 45, 0.7);
    height: 30px;
    border:1px solid #3F6F71;
    border-radius:0px;
    color:white;
}

.input-form-login:focus {
    background-color: rgb(100, 147, 150, 0.7) !important;
    border: 1px solid #3F6F71;
    box-shadow: 0 0 0 0 !important;
    color: white;
}

.title-alpha{
    color:white;
    font-weight: 700;
}

.btn-login{
    color: white;
    border:2px solid #3F6F71;
    width: 10rem;
    font-weight: 600;
}