html,
body {
    overflow-y: visible;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

#outerDiv {}

#innerDiv {
    background-color: #a7e8ff;
    border: 1px solid #a7e8ff;
    border-radius: 1em;
    padding: 20px;
}

#logo_holder {
    text-align: center;
    padding-bottom: 5px;
    width: 50%;
}

.login_err {
    width: 100%;
    text-align: center;
    display: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fde073;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
}

.login-row {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.login-button {
    /**/
    font-weight: bold;
    font-size: 120%;
    border-radius: 15px;
    font-family: sans-serif;
}

#school_logo_holder {
    padding-bottom: 20px;
    padding-top: 3%;
    text-align: center;
}

#school_logo {
    vertical-align: -25px;
    width: 70px;
}

#schoolNameHeader {
    font-size: 200%;
    font-weight: bold;
    color: #004A80;
    font-family: sans-serif;
}

#termsOfService .tos-body,
.tos-header {
    text-align: center;
    color: #004A80;
    font-size: 80%;
    font-weight: bold;
    font-family: sans-serif;
}

#termsOfService .tos-header {
    font-size: 80%;
    /*margin-top: 2%;*/
}

#prodname_holder {
    text-align: center;
    color: #004a80;
    font-size: 25px;
    padding-bottom: 40px;
}

#loginForm {
    color: #444444;
}

#loginForm label {
    font-size: 20px;
}

.form-horizontal .control-label {
    /* text-align:right; */
    text-align: left;
}


/*
#insideBoxDiv > #leftInsideBoxDiv{
  text-align:center;
}

#insideBoxDiv > #rightInsideBoxDiv{
  text-align:center;
}
#insideBoxDiv > #rightInsideBoxDiv form{
  text-align:left;
}*/

#schoolOpt,
#usernameInp,
#passwordInp {
    text-align: left;
    border-radius: 5px;
}

#belowInsideBoxDiv {
    text-align: center;
}

#loginBtn {
    /*border-radius: 1em;*/
}

.checkbox {
    font-size: 15px;
}

td {
    width: 60%;
}

th {
    width: 40%;
}

input[type="text"],
input[type="password"] {
    width: 100%;
}

table {
    width: 90%;
    margin: auto;
}

.googleSignIn {
    display: inline-block;
}
.googleSignInFocus {
    display: none;
}

#signin-button:hover .googleSignIn {
    display: none;
}

#signin-button:hover .googleSignInFocus {
    display: inline-block;
}

#signin-img {
    background: url('../assets/button_icons/google/btn_google_signin_light_normal_web.png');
    width: 200px;
}

#signin-img:focus {
    background: url('../assets/button_icons/google/btn_google_signin_light_focus_web.png');
}

#signin-img:active  {
    background: url('../assets/button_icons/google/btn_google_signin_light_pressed_web.png');
}