* {
    font-family: Open+Sans, 'Verdana';
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

*::-webkit-scrollbar-thumb {
    background-color: #D3D3D3;
    border-radius: 50px;
    border: 2px solid #D3D3D3;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgb(242, 239, 238);
    font-size: 14px;
}

.full-content-center {
    width: 100%;
    max-width: 500px;
    margin: 5% auto 2% auto;
    text-align: center;
}

.login-wrap {
    margin: 20px 10%;
    text-align: left;
}

.box-info {
    position: relative;
    padding: 15px;
    background: #fff;
    color: #5b5b5b;
    margin-bottom: 20px;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.box-info h2 {
    padding: 0 15px 10px;
    margin: 5px -15px 20px;
    font-weight: 400;
    font-size: 16px;
    display: block;
    color: #5b5b5b;
    border-bottom: 1px solid #DDD;
}

.input-group-text {
    background-color: #fff;
}

.input-group-text .fa-solid {
    color: #aaa;
    font-size: 14px;
}

.input-group-text {
    border-radius: 0px;
}

.login-input {
    border-left: 0px;
    padding: .375rem 0;
}

.login-password-input {
    border-left: 0px;
    border-right: 0px;
    padding: .375rem 0;
}

.i-prefix {
    border-right: 0px;
}

.i-suffix {
    border-left: 0px;
}

.form-control,
.btn {
    border-radius: 0px;
}

.login-input::-webkit-input-placeholder,
.login-password-input::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:focus {
    border-color: #DDD;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-block {
    display: block;
    width: 100%;
}

.footer-content {
    padding: 10px;
    margin: -15px;
    background-color: rgba(0, 0, 0, .03);
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-clear,
input[type="password"]::-webkit-reveal,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none;
}