﻿.landing-heading {
    font-size: 45px;
    font-weight: 600;
    letter-spacing: 6px;
    line-height: 50px;
    margin-top: 80px;
    text-align: center;
}

.landing-body, .landing-instruction {
    letter-spacing: 0.5px;
    margin-top: 50px;
    text-align: center;
}

.landing-body {
    font-size: 28px;
    font-weight: 400;
    line-height: 45px;
}

.landing-instruction {
    font-size: 24px;
    font-weight: 600;
}

.landing-form {
    margin-top: 70px;
}

    .landing-form label {
        font-size: 16px;
        margin-bottom: 10px;
    }

input.form-control {
    background-image: none !important;
    border-radius: 10px;
    border-width: 2px;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    letter-spacing: 0.5px;
    padding: 0 1.5em;
}

    input.form-control::placeholder {
        color: #b0b0b0;
        font-size: 14px;
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        opacity: 1;
    }

    input.form-control:-ms-input-placeholder {
        color: #b0b0b0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

    input.form-control::-ms-input-placeholder {
        color: #b0b0b0;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

.landing-submit {
    height: 50px;
    width: 100%;
}

.login-error {
    background-color: rgb(255,225,227);
    border: 1px solid rgb(196,46,48);
    border-left: 10px solid rgb(196,46,48);
    color: rgb(196,46,48);
    display: none;
    font-weight: 600;
    line-height: normal;
    margin-top: 1.5em;
    max-width: 620px;
    padding: 1em;
}

    .login-error .lang-text {
        margin-left: 5px;
    }

@media (min-width: 768px) {
    .landing-submit {
        max-width: 160px;
    }
}
