.logout-img {
    display: none;
}

#lableUsername, #lablePassword {
    display: inline;
    font-size: 24px;
}

.input-username, .input-password {
    display: inline;
}

#loginImg {
    margin: 30px auto;
}

#goToBritannicaSchool {
    font-size: 21px;
    color: #808080;
}

#wordsSupport {
    font-weight: bold;
    font-size: 24px;
    color: #808080;
}

#divContact, #divPhone, #divEmail {
    font-size: 18px;
}

#goToBritannicaSchool span {
    color: #468cc6;
    cursor: pointer;
    font-size: 21px;
}

#linkStudentTraining span, #linkVideo span, #linkPoster span {
    color: #468cc6;
    cursor: pointer;
    font-size: 18px;
}

#bolseTreeImg {
    cursor: pointer;
}

.error {
    height: 15px;
    background-color: #FFFE36;
    font-size: 13px;
    border: 1px solid #E1E16D;
    padding: 4px 10px;
    color: darkred;
    display: none;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;

    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;
}

.error p {
    margin: 0;
    font-weight: bold;
}

.error em {
    border: 10px solid;
    border-color: #FFFE36 transparent transparent;
    bottom: -17px;
    display: block;
    height: 0;
    left: 60px;
    position: absolute;
    width: 0;
}

#loginFailedDiv {
    position: relative;
    width: 190px;
    height: 15px;
    background-color: #FFFE36;
    font-size: 13px;
    border: 1px solid #E1E16D;
    padding: 4px 10px;
    color: darkred;
    font-weight: bold;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;

    -moz-box-shadow: 0 0 6px #ddd;
    -webkit-box-shadow: 0 0 6px #ddd;

    margin: 0;
}