.Title {
    font-weight: 800;
    font-size: 28px;
    color: white;
}

label {
    font-weight: 500 !important;
    padding-top: 5px;
}

.submit {
    background-color: #FFB70F;
    color: white
}

.card {
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

body {
    background-image: url('../images/BG-Login-01.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

div.login-logo>p>img {
    width: 19rem;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55px;
}

.input-group,
.input-group-text,
.form-control,
.input-group-append {
    border-radius: 0 !important;
}

.btn {
    border-radius: .15rem !important;
}

.btn-box-shadow {
    box-shadow: 0 0 3px 1px #DDDDDD;
}

.login-box-msg {
    padding: 0 0 20px;
}
.text-box{
    width: 100%;
}
.text-login{
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
    color: blue;
    margin-top: -97px;
}
.row-captcha{
    margin-bottom: 1rem;
}
.row-captcha > div:nth-child(1) > input{
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
}
.row-captcha > div:nth-child(2) > span > img, .row-captcha > div:nth-child(1) > input{
    width: 100%;
}

