*,
:before,
:after {
    box-sizing: border-box;
}
body {
    font-family: "Montserrat", sans-serif;
    background-color: #f8f8f8;
}
h3 {
    font-family: "MuseoModerno", cursive;
}
.group {
    position: relative;
    margin: 25px 0;
}
textarea {
    resize: none;
}
.border {
    border-radius: 7px;
}
input,
textarea {
    background: none;
    font-size: 16px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #190f08;
}
::placeholder {
    color: #df691a;
}
input:focus {
    outline: none;
}
/* input:focus ~ label,
input:valid ~ label,
textarea:focus ~ label,
textarea:valid ~ label {
    top: -14px;
    font-size: 12px;
    color: #df691a;
    font-weight: 600;
} */
input:focus ~ .bar:before,
textarea:focus ~ .bar:before {
    width: 320px;
}
/* input[type="password"] {
    letter-spacing: 0.3em;
} */
/* label {
    color: #c6c6c6;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all;
} */
.show-hide-eye {
    position: absolute;
    top: 13px;
    right: 7px;
    /* color: #df691a; */
    cursor: pointer;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #df691a;
    border: 1px solid #df691a;
}
.text-blue,
.text-blue:hover {
    color: #df691a;
}
.fw-bold {
    font-weight: 600;
}
.sign-up {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -5.25rem;
}

.login-form{
    height: 48px;
}

