@import url('https://fonts.googleapis.com/css?family=Enriqueta:400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

body {

    width:100%;
    background-color: #f8f9fa!important;
    overflow-x:hidden;
    font-family: 'Montserrat', sans-serif;
    transition:all 0.4s ease;
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s; /* Firefox < 16 */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.side-nav {
    z-index: 1000;
    color: #ce000c;
    font-family: 'Raleway', sans-serif; }
.side-nav li .background img {
    width: auto;
    padding: 0 3.3em; }
.side-nav li h1 {
    padding: 0 32px;
    font-size: 1.3em;
    margin: 0;
    margin-bottom: .5em; }
.side-nav li a {
    color: #ce000c; }
.side-nav li p {
    line-height: 1.5em;
    padding: 0 32px;
    color: #383838;
    font-family: 'Raleway', sans-serif; }
.side-nav li p span {
    color: black;
    font-weight: 700; }
.side-nav li .social {
    margin-bottom: 0;
    margin-left: 1em;
    margin-top: .5em; }
.side-nav li .waves-effect img {
    margin-top: .5em;
    width: 30px;
    height: 30px; }
.side-nav li .menu-section {
    color: black !important; }

.main {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: .2em;
    text-align: center;
}
.main .logo-button {
    z-index: 100;
    position: fixed;
    top: 40px;
    left: 0;
    padding-left: 30px;
    padding-right: 15px;
    width: 125px;
    height: 80px;
    border-radius: 0 30px 30px 0;
    background: rgba(230, 230, 230, 0.7);
    transform: scale(1.15, 1.15);
    transition-duration: 1.1s;
}

.main .logo-button.active {
    transform: scale(1, 1) !important;
}

.login-page {
    width: 400px;
    padding: 8% 0 0;
    margin: auto;
}
.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 400px;
    height: 70%;
    margin: 0 auto 100px;
    padding: 45px;
    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);
}

.form .textimps {
    font-family: 'Montserrat', sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form .smbbtn {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #ce000c;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all;
    transition: all;
    cursor: pointer;
}
.form .smbbtn:hover,.form .smbbtn:active,.form .smbbtn:focus {
    background: #b9000a;
}
.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}
.form .message a {
    color: #004060;
    text-decoration: none;
}
.form .register-form {
    display: none;
}
.container {
    position: relative;
    z-index: 1;
    max-width: 350px;
    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;
}
.errormsg {

    margin-top:10px
}

.toggle {
    background-color: Transparent !important;
    border-color: #b9000a !important;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    outline: none;
    float: left;
}

.toggledswitch {
    background-color: #b9000a !important;
    border-color: #b9000a !important;
    border-radius: 10px;
    height: 20px;
    width: 20px;
    outline: none;
    float: left;
}