.mainContent {
    width: auto !important;
    min-height: auto !important;
}

.myCtn {
    margin-top: 140px;
    margin-bottom: 240px;
    width: 400px;
}
.card-body {
    box-shadow: 0 3px 5px gray;
}
.my_form-control {
    width: 100%;
    padding: 8px;
    padding-top: 18px;
    border: none;
    border-bottom: 1pt solid #bfbfbf;
    transition: all 200ms ease-in-out;
}
.form-group {
    position: relative;
}
label {
    width: 100%;
}
.my_place {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 5px;
    color: #8a6e35;
    transition: 0.2s ease all;
}
.my_form-control:focus {
    width: 100%;
    padding: 8px;
    padding-top: 18px;
    border: none;
    border-bottom: 2px solid #8a6e35;
    outline: none;
}
input:focus ~ .my_place, input:not(:focus):valid ~ .my_place {
    top: -6px;
}
.fbud {
    border-radius: 25px;
    box-shadow: 0 3px 4px #8a6e35;
    background-image: linear-gradient(to right, #79a1ff, #1352e6, #79a1ff);
    background-size: 200%;
    width: 250px;
    border: none;
    outline: none;
    transition: .2s ease-in-out;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding: 4px 16px;
    border-radius: 4px;
}
.fbud:hover {
    background-position: right;
}
.fbud:focus, .fbud:active, .fbud:active:focus {
    outline: none !important;
    box-shadow: 0 3px 4px #8abfff !important;
}
.forgot {
    font-size: 12px;
    color: #8a6e35;
    cursor: pointer;
}
body {
    background: #b84626;
}
.alert {
    font-weight: 500 !important;
    font-size: 26px !important;
    text-align: center !important;
}

textarea {
    border: 1px solid #b84626;
    background: white;
}

footer.bg-light.text-center.text-lg-start {
    position: fixed;
    bottom: 0;
    width: 100%;
}

