﻿html{height: 100%;}
body {
    background-image: linear-gradient(to left top, rgb(255, 255, 255), rgb(255, 255, 255));
    height: 100%;
    min-height: 100%;
    width: 100%
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.backg {
    background-image: url('../img/educadores2020.svg');
    /*background-image: url('../img/InicioAno.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer {
    background-color: gray;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    margin-top: 20px;
}


#noop {
    height: 0px !important;
}

.click {
    cursor: pointer;
}

.click:active {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

