@import url(https://fonts.googleapis.com/css?family=Roboto:300);

#inicio {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-page {
    min-width: 320px;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    padding-top: 20px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    scroll-behavior: smooth;
}

.form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    /* border: 0; */
    border: 1px #b3a9a9 solid;
    margin: 0 0 11px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #43A047;
}

.form .message {
    margin: 15px 0 0;
    color: #5e5d5d;
    font-size: 12px;
}

.form .message a {
    color: #4CAF50;
}

.form .register-form {
    display: none;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin: 0 auto;
}

.container:before,
.container:after {
    content: "";
    display: block;
    clear: both;
}

.container .info {
    margin: 50px auto;
    text-align: center;
}

.container .info h1 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
    font-weight: 300;
    color: #1a1a1a;
}

.container .info span {
    color: #4d4d4d;
    font-size: 12px;
}

.container .info span a {
    color: #000000;
    text-decoration: none;
}

.container .info span .fa {
    color: #EF3B3A;
}

body {
    /* background: #76b852; // fallback for old browsers */
    background: rgb(50, 14, 172);
    /* background: -webkit-linear-gradient(right, #76b852, #8DC26F);
    background: -moz-linear-gradient(right, #76b852, #8DC26F);
    background: -o-linear-gradient(right, #76b852, #8DC26F);
    background: linear-gradient(to left, #76b852, #8DC26F); */
    background: linear-gradient(rgb(50, 14, 172), rgba(55, 52, 123, 0.81));
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.importante {
    color: black !important;
    font-weight: bold;
}


.loading {
    display: block !important;
}

#loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.modal {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: white;
    z-index: 8;
}

.loadinggif {
    top: 50%;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    z-index: 9;
}

input[type=checkbox] {
    width: auto !important;
    margin: 0 10px 15px !important;
}

.logo-telegim {
    width: 15%;
    height: auto;
    margin-bottom: 10px;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#nombregimnasio {
    font-weight: bold;
    padding-bottom: 1px;
    margin-left: 0.25em;
}

.cargando {
    display: none;
    width: 1em;
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}

::-webkit-input-placeholder {
    /* Edge */
    font-weight: bold;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: bold;
}

::placeholder {
    font-weight: bold;
}

#register-form label {
    text-align: left;
    font-size: 0.95em;
}

#register-form {
    text-align: left;
    position: relative;
}

#gimnasioRegistrandose {
    width: 100%;
    margin-bottom: .5em;
    font-weight: 500;
    justify-content: center;
    align-items: center;
}
#loginButton:disabled {
    background: #789179b0;
}