loginbody {
    background-color: #417A74;
}

.logincontainer {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
}

.box {
    background: white;
    border-radius: 0.5em;
    margin: auto;
    max-width: 43rem;
    padding: 0 5rem;
    width: 100%;
}

.title {
    color: #417A74;
    font-size: 3rem;
    display: flex;
    align-items: center;
 /*   margin-top: 5rem; */
}

.sub-title {
    color: #417A74;
    font-size: 1.25em;
    margin-top: 1rem;
}
/*
form {
    margin-top: 3.5rem;
}
*/

form .input-group:not(:first-child) {
    margin-top: 1rem;
}

.input-group {
    height: 3.75rem;
    border-color: #B69558!important;
    color:#B69558!important;
}
.form-control{
    border-color: #B69558!important;
    background-color:white!important;
    color:#B69558!important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#B69558!important;
  }

  ::value { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color:#B69558!important;
  }

.input-field {
    border: 1px solid #B69558;
    border-radius: 0.5em !important;
}

.input-field::placeholder {
    color: #B69558;
    font-size: 1.25rem;
}

.input-icon {
    color: #B69558;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.form-check-label {
    color: #B69558;
}

.forgot-password-link {
    color: #B69558;
}

.login-btn {
    background: #417A74!important;
    border: 0px!important;
    border-radius: 0.5rem!important;
    box-shadow: 0px 3px 5px #00000029!important;
    color: white!important;
    font-size: 1.5rem!important;
    margin-top: 1.5rem!important;
    padding: 1.25rem!important;
    width: 100%!important;
}

.box-footer {
    margin-bottom: 3.5rem;
    margin-top: 2.5rem;
}

.line-logincontainer .line {
    background: #B69558;
    flex-grow: 3;
    height: 1px;
}

.line-logincontainer .text {
    color: #B69558;
    flex-grow: 1;
    font-size: 1.5rem;
}

.social-logincontainer {
    margin-top: 1.8rem;
}

.social-link {
    border-radius: 0.5em;
    height: 3rem;
    width: 3rem;
}

.signup {
    font-size: 1.25rem;
    margin-top: 2rem;
}

.signup-hint {
    color: #B69558;
    font-size: 1em;
}

.signup-link {
    color: #417A74;
    font-size: 1em;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .box {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .box {
        width: 100%;
    }
}