#view-password {
    position: absolute;
    bottom: 6px;
    right: 10px;
    background: transparent;
    cursor: pointer;
    transition: 500ms;
}

#view-password:hover {
    transform: scale(1.1);
}

.btn-link {
    padding: 0 0 2px 0;
    margin: 0;
    border-width: 0;
}

#forgot{
    margin-top: 10px;
    color: black;
    font-size: 14px;
    font-family: Dosis, sans-serif;
}

#forgot > a{
    color: crimson;
    font-size: 14px;
    text-transform: none !important;
}

#forgot > a:hover,
#forgot > a:active,
#forgot > a:focus {
    color: rgb(223, 87, 114);
}

#recaptcha{
    margin-bottom: 10px !important;
}

#buttons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    content: none;
}

#buttons::after {
    content: none;
}

#buttons::before {
    content: none;
}

#login{
    padding: 20px 60px !important;
}

#register{
    margin: 0;
    color: black;
    font-size: 16px;
    font-family: Dosis, sans-serif;
}

#register > a {
    color: #015a6c;
    font-size: 15px;
}

#register > a:hover,
#register > a:focus,
#register > a:active {
    color: #3bb3a9;
}
