
body.e-home-bg-school {
    background-image: url('../img/school.png');
    background-position: bottom;
    background-size: 100% 100%;
}

.ff-icon {
    background-image: url("../img/firefox.png");
}

.chrome-icon {
    background-image: url("../img/chrome.svg");
}

.edge-icon {
    background-image: url("../img/edge.svg");
}

.login-form {
    margin: 22vh auto 0;
}

.login-form .login-banner {
    background: rgb(122, 171, 255);
}

.login-form .login-fields {
    padding: 0;
}

.copyright-div {
    bottom: 0;
    margin: auto;
}

#login-wrapper {
    width: 15vw;
    min-width: 150px;
    margin: 0 auto;
}

.login-form .login-fields {
    background: none;
}

.login-item {
    position: relative;
    padding-left: 25px;
    background-color: rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

.login-item .fa {
    position: absolute;
    left: 0;
    width: 25px;
    padding-left: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.login-item .login-input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background: none !important;
    outline: none;
}

#submit {
    width: 100%;
}

#copyright-div * {
    color: #ccc;
}

input[type="text"] {
    /*border: 1px solid #333333 !important;*/
    /*padding: 0px 12px 0px 32px;*/
    background: transparent !important;
}

input[type="password"] {
    /*border: 1px solid #333333 !important;*/
    /*padding: 0px 12px 0px 32px;*/
    background: transparent !important;
}

#terminals {
    margin: 10px 0;
}

#terminals .col-sm-4 {
    padding: 0;
}

@-webkit-keyframes autofill {
    to {
        /*color: #666;*/
        background: transparent;
    }
}

input:-webkit-autofill {
    animation-name: autofill !important;
    animation-fill-mode: both !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-clip: content-box !important;
}

.browser-link-wrapper {
    margin-bottom: 10px;
    align-self: flex-start;
}

.browser-icon {
    display: inline-block;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: 0.2s ease-out;
}

.browser-icon:hover {
    transform: scale(1.5);
}


@media screen and (max-width: 768px) {
    #login-wrapper {
        width: 90vw;
    }
}
