@import url('https://fonts.googleapis.com/css?family=Raleway');

.tab-style {
    font-size: 20px;
    width: 47%;
    background-color: #f2f2f2;
    text-align: center;
}
.tab-close {
    font-size: 20px;
    width: 6%;
    background-color: red;
    text-align: center;
}

.bs-example-tabs > .nav-tabs > li > a {
    margin-right: 0px;
    color: grey;
}

.bs-example-tabs > .nav-tabs > li.active > a, .bs-example-tabs > .nav-tabs > li.active > a:focus, .bs-example-tabs > .nav-tabs > li.active > a:hover {
    background-color: #e5ecf4;
    color: #4a89dc;
}

.group2 {
    position: relative;
    margin-top: 16px;
}

.btn-block {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.bs-example > .nav-tabs > li.active > a, .bs-example > .nav-tabs > li.active > a:focus, .bs-example > .nav-tabs > li.active > a:hover {
    background-color: #e5ecf4;
    color: #4a89dc;
}

.login-shadow {
    -webkit-box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
    -moz-box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
    box-shadow: 5px -5px 6px 0px rgba(82,82,82,0.52);
    z-index: 1;
}

.signup-shadow {
    -webkit-box-shadow: -5px 0px 6px 0px rgba(82,82,82,0.52);
    -moz-box-shadow: -5px -5px 6px 0px rgba(82,82,82,0.52);
    box-shadow: -5px 0px 6px 0px rgba(82,82,82,0.52);
}

.modal-header {
    background-color: #e5ecf4;
}

.group {
    position: relative;
    margin-top: 30px;
}


.input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: none;
    color: #636363;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #757575;
}

    .input:focus {
        outline: none;
    }


/* Label */

.label {
    color: #757575;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: -10px;
    top: 10px;
    transition: all 0.2s ease;
}

.input:focus ~ .label, .input.used ~ .label {
    top: -20px;
    transform: scale(.75);
    left: -15px;
    /* font-size: 14px; */
    color: #4a89dc;
}


/* Underline */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #4a89dc;
        transition: all 0.2s ease;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }


/* active */

.input:focus ~ .bar:before, .input:focus ~ .bar:after {
    width: 50%;
}


/* Highlight */

/*.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}*/


/* active */

.input:focus ~ .highlight {
    animation: inputHighlighter 0.3s ease;
}

@media screen and (max-width: 767px) /*and (min-width: 576px)*/ {
    .mobile-hide {
        display: none;
    }
    /*#myModalLogin {
        margin-left: 5%;
        margin-right: 5%;
    }
    #forgot-password {
        margin-left: 3%;
        margin-right: 3%;
    }*/
    .authegooglefb {
        display: none;
    }
    .mobile-googlefb {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    #myModalLogin .modal-dialog {
        width: 500px;
    }
    #forgot-password .modal-dialog {
        width: 500px;
    }
    #resetPasswordModal .modal-dialog {
        width: 500px;
    }
    .modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }
    .modal-body-login {
        padding-left: 50px !important;
        padding-right: 50px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .mobile-googlefb {
        display:none;
    }
    .authegooglefb {
        display: block;
    }
    .inlineBtn {
        display: inline-block;
        vertical-align: top;
    }
}

.modal-body {
    /*background-image: url('http://res.cloudinary.com/rinma/image/upload/v1500489833/Airplane-flying-desktop-pictureproba2_rlcced.jpg');*/
    background-size: cover;
    z-inedx: 4;
}

em {
    display: none;
}
