.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #ccc;
}

.divider p {
    margin-bottom: 5px;
}

.body-content {
    height: 100vh;
    background-image: url("../../file/website/background/bg-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.image-content img {
    width: 120px;
    height: 100px;
    margin-right: 20px;
}

.image-content span {
    font-size: 24px;
    background: linear-gradient(109.6deg, rgb(0, 204, 130) 11.2%, rgb(58, 181, 46) 91.7%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Merriweather Sans", sans-serif !important;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.inp-label {
    position: absolute;
    margin-top: -35px;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    pointer-events: none;
}

.form-outline {
    margin-bottom: 35px;
}

.form-control {
    transition: all 0.3s ease-in-out !important;
}

.inp {
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    box-shadow: none !important;
}

.inp:hover,
.inp:focus {
    background-color: rgb(248, 248, 250);
}

.inp:focus~.inp-label,
.inp:valid~.inp-label {
    margin-top: -55px;
    margin-left: 15px;
    font-size: 12px;
    border-radius: 5px;
    background-color: rgb(248, 248, 250);
    padding: 2.5px 10px;
    transition: all 0.3s ease-in-out;
}

.lead {
    font-size: 24px;
    margin: 0;
}

.lead~p {
    margin-bottom: 10px;
    font-size: 15px;
}

.text-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.button-log {
    width: 100%;
    border-radius: 5px;
    line-height: 0;
    color: #fff;
    background: #198754;
    padding: 20px 30px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.button-log:hover {
    border-radius: 75px;
    transform: scale(1.05);
    box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 5px #20c997, 0 0 5px #20c997, 0 0 5px #20c997, 0 0 5px #20c997;
}

.button-log span {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.button-log span i {
    position: absolute;
    margin-left: -120px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    margin-right: 5px;
    position: relative;
    z-index: 9999;
  }