
.lynked-login--wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;

    .lynked-logo {
        width: 156px;
        height: auto;
    }
}

.lynked-login--form {
    display: flex;
    flex-direction: column;
    width: 60%;
    margin: 0 auto 30px;
    max-width: 500px;
}

.lynked-login--btn {
    width: 100%;
    border-radius: 8px;
    border: none;
    font-family: 'SUSE', serif;
    background: #2E4B4E;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    padding: 10px;
    transition: all .15s ease;
    cursor: pointer;
}

.lynked-login--form input {
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 20%) 0 0 6px 0;
    padding: 13px 16px;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 20px;
    background: rgb(255, 255, 255);
    width: 100%;
    border: none;
}

h2.lynked-title {
    color: #2E4B4E;
    font-family: "SUSE", serif;
    font-size: 28px;
    font-weight: bold;
}

.lynked-login--form input:focus {
    outline: none;
}

.lynked-showHidePassword {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 40%;
    bottom: 13px;
    transform: translateY(-50%);
    padding: 0;
    background: none;
    border: none;
}

.lynked-password--wrapper {
    position: relative;
}

.lynked-input--wrapper {
    position: relative;
    padding-bottom: 25px;
}

.lynked-error {
    color: red;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 12px;
}
