body {
    font-family: 'Open Sans', sans-serif;
    background-position: center top !important;
    background-size: cover !important;
    height: 100%;
}

.logo {
    margin-left: 10px;
}

.navbar {
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0));
    background: -o-linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0));
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0));
    background: linear-gradient(to bottom, rgba(255,255,255,0.7), rgba(255,255,255,0));
    border: none;
    padding-top: 10px;
}

.notloggedin .usermenu {
    color: #112143 !important;
    font-family: 'Open Sans', sans-serif;
}

footer {
    font-family: 'Open Sans', sans-serif;
    color: #112143 !important;
    background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7)) !important;
    background: -o-linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7)) !important;
    background: -moz-linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7)) !important;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.7)) !important;
    border: none !important;
}

.loginpanel_eduplus {
    position: relative;
    width: 50%;
    margin: 0 auto;
    min-width: 350px;
    max-width: 450px;
}

img.pentagon {
    width: 100%;
    opacity: 0.5;
    position: absolute;
}

.loginpanel_eduplus div.loginform {
    position: absolute;
    padding-top: 15%;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10%;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
}

label {
    font-weight: normal;
}

.loginpanel_eduplus div.loginform form {
    width: 100%;
}

input[type=text], input[type=password] {
    border: none !important;
    display: block !important;
    width: 100% !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    max-width: none !important;
}

input[type=submit],
#signupbtn {
    background-color: #fff;
    border: none !important;
    border-radius: 10px;
    color: #112143 !important;
    font-family: 'Montserrat', sans-serif;
}
input[type=text]:focus, input[type=password]:focus {
    border: 1px solid #19B3DC !important;
}

.checkbox label input[type=checkbox] {
    margin-top: 5px;
}

h2 {
    font-size: 22px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #112143 !important;
}

.notificationbox {
    padding: 2em;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.3);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    -webkit-font-smoothing: antialiased;
}

.loginpanel_eduplus .loginform a {
    color: #112143 !important;
}

@media (max-width: 400px) {
    .loginpanel_eduplus div.loginform {

    }
}

/*@media (max-width: 1440px) {*/
    /*.loginpanel_eduplus div.loginform {*/
        /*padding: 8% 25% 10% 25%;*/
    /*}*/
/*}*/