body {
    overflow: hidden;
    background-color: #f8fafb;
    font-family: 'Muli', sans-serif;
}

.formSession .linksocial {
    color: #42bae9;
    padding: 5px 2px;
    font-weight: 600;
    font-size: 10px;
}

.formSession .linksocial img {
    width: 35px;
}

.form-control:focus {
    border: none;
    box-shadow: none;
}

.formSession .form-group input {
    border-bottom: 1px solid #d4d2d2;
    font-weight: 400;
    font-size: 14px;
}

.formSession .form-group {
    margin-bottom: 20px;
}

.formSession .form-group.gray input,
.formSession .form-group.error input::placeholder,
.formSession .form-group.gray input+.fas {
    color: #d4d2d2;
}

.formSession .form-group.blue input {
    color: #2c2c2c;
    border-bottom: 1px solid #42bae9;
}

.formSession .form-group.blue input+.fab,
.formSession .form-group.blue input+.fas {
    color: #42bae9;
}

.formSession .form-group.error input,
.formSession .form-group.error input::placeholder,
.formSession .form-group.error input+.fas {
    color: #FF4949;
}

.formSession .form-group.error {
    border-bottom: 1px solid #FF4949;
}

.formSession .form-group input.active+.fas {
    color: #42bae9;
}

.formSession .btn {
    float: left;
    width: 49%;
    margin-right: 1%;
    font-weight: 600;
    font-size: 14px;
}

.formSession .btn:nth-child(2) {
    margin-right: 0%;
    margin-left: 1%;
}

.formSession label {
    color: #ccc;
}

.demo p button:hover {
    background-color: #337ab7;
}

.session,
.demo {
    text-align: center;
}

.session a {
    cursor: pointer;
}

.nav.nav-pills {
    display: flex;
    align-items: center;
    justify-content: center;
}

.showButtons {
    overflow: hidden;
}

.logotype {
    /*margin-top: 100px;*/
    margin: 0 auto;
    text-align: center;
    width: 400px;
}

.logotype img {
    width: 100px;
}

hr+span {
    position: relative;
    left: 30%;
    top: -11px;
    background-color: #fff;
    padding: 0 10px;
    color: #ccc;
}

.btn.btn-primary.border {
    border: 1px solid #42bae9;
    color: #42bae9;
    background-color: #fff;
}

.btn.btn-primary.border:hover {
    color: #fff;
    background-color: #42bae9;
}

.form-group {
    position: relative;
}

.form-group i {
    position: absolute;
    top: 10px;
    left: 5px;
}

.form-group input {
    padding-left: 25px !important;
    outline: none;
}

.formSession h4 {
    font-weight: 700;
    color: #42bae9;
    font-size: 24px;
}

.formLogin button[type="submit"],
.formLogin button[type="submit"].disabled2 {
    color: #fff;
    background-color: #42bae9;
    opacity: 0.5;
}

.formLogin button[type="submit"]:hover,
.formLogin button[type="submit"] {
    border-color: #42bae9;
    opacity: 1;
}

.nav>li>a:focus,
.nav>li>a:hover {
    outline: none;
    background-color: transparent;
}