.technion-credentials-form {
    max-width: 500px;
    margin: 0 auto 20px;
    font-size: 20px;
}

.technion-credentials-form input {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
}

.technion-credentials-form .technion-secure-connection-field {
    display: block;
    margin-bottom: 10px;
}

.technion-credentials-form input[type="submit"] {
    appearance: button;
    background-color: #0c2349;
    padding: 10px;
    color: white;
    cursor: pointer;
    font-size: 17px;
}

.technion-credentials-form .error {
    color: red;
}