.background {
    background: url('../img/login-background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: HelveticaNeue, serif;
    font-size: 14px;
    color: #D0CFCF;
    letter-spacing: -0.42px;
}

.copyright {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12pt;
}

.ihk-logo img {
    width: 200px;
    margin: 20px 0 0 20px;
}

.login {
    background: #FFFFFF;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.11);
    max-width: 506px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
}

.login .header {
    font-family: HelveticaNeue-Medium, serif;
    font-size: 40px;
    color: #555555;
    letter-spacing: -1.36px;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 30px;
}

.login .subheader {
    font-family: HelveticaNeue-Bold, serif;
    font-size: 16px;
    color: #555555;
    letter-spacing: -0.48px;
    line-height: 27px;
    max-width: 355px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.login .text {
    font-family: HelveticaNeue, serif;
    font-size: 16px;
    color: #252525;
    letter-spacing: -0.48px;
    line-height: 27px;
    max-width: 355px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

.login .textfield {
    background: #FFFFFF;
    border: 1px solid #0DA6B1;
    width: 355px;
    height: 34px;
    margin-left: 15%;
    margin-bottom: 20px;
    padding-left: 20px;
}

.login .submit {
    background: #0DA6B1;
    width: 355px;
    max-height: 34px;
    margin: 0 15% 40px 15%;
    border: none;
    border-radius: 0;
}

.teacherStudentSwitch {
    text-align: right;
    margin-top: -45px;
    margin-right: 10px;
}

.teacherStudentSwitch i {
    font-size: 45px;
    color: #555555;
}
