.acc-title {
    position: relative;
    color: #0079af;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.otp-img {
    width: 100%;
    display: block;
    text-align: center;
}

.otp-img img {
    margin-bottom: 15px;
    width: 60px;
}

.acc-title::after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 15%;
    background-color: #adadad;
    left: 43%;
    bottom: -2px;
}

.form-label {
    color: #383838;
    font-size: 14px;
}

.log-wrap {
    margin-bottom: 1.5rem;
}

.log-wrap span {
    display: inline-block;
    border: 1px solid #cacaca;
    border-right: 0px solid #cacaca;
    padding: 8px;
    color: #0079af;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
    height: 34.6px;
}

.log-wrap span::after {
    content: "";
    display: block;
    padding: 2px 0px;
    height: 80%;
    width: 1px;
    background-color: #0079af;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.log-wrap input[type="text"],
.log-wrap input[type="password"] {
    border-left: 0px solid #cacaca;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
select,
input[type="date"],
textarea {
    width: 91%;
    padding: 6px 12px;
    border: 0;
    border: 1px solid #cacaca;
    color: #5d5d5d;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
}

select {
    width: 99%;
}

input[type="button"],
input[type="submit"] {
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 0px;
    background-color: #0079af;
    border: 1px solid #0079af;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.send_btn {
    box-shadow: unset !important;
    font-size: 14px !important;
    padding: 9px 15px 6px 15px !important;
    margin: 25px 1px 0px 1px !important;
    border-radius: 8px !important;
    min-width: 132.5px;
}

label small {
    color: #0079af;
    font-size: 0.875rem;
}

select {
    height: 37.6px;
}

.wrapper-log-box {
    max-width: 370px;
    width: 370px;
    margin: 0 auto;
}

.pad-9 {
    padding: 8.4px !important;
}

@media screen and (max-width: 575.98px) {
    .otp-img img {
        width: 45px;
    }

    .log-wrap span {
        padding: 5px 8px;
    }

    .sol-login-respo .otp-img img {
        width: 35px;
    }

    .sol-login-respo .acc-title {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .sol-login-respo input[type="button"] {
        padding: 4px 10px;
    }
}