.loginBoxForm {
    width: 425px;
    float: left;
}

    .loginBoxForm.separatorBox {
        border-left: 2px solid #fff;
        width: 423px;
    }

        .loginBoxForm.separatorBox .dLoginMiddle {
            border-left: 1px solid #dbdad6;
            width: 423px;
        }

.dLoginMiddle {
    min-height: 260px;
}

.dHeader, .dHeader:hover {
    cursor: default;
    text-decoration: none;
}

/* GOOGLE BUTTON */

.google-btn {
    width: 210px;
    height: 43px;
    background-color: #3f51b5;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    cursor: pointer;
}

.google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px;
}

.btn-text {
    float: right;
    margin: 14px 14px 0 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
    background: #1669F2;
}

.box-header {
    padding: 0;
    background-color: #3f51b5;
    height: 60px;
    line-height: 60px;
    color: #FFF;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

/* END GOOGLE BUTTON */

body {
    background-color: #FFF;
}

.title-header {
    padding: 0;
    background-color: #3f51b5;
    text-align: center;
    margin-bottom: 10px;
    /*height: 60px;*/
    /*line-height: 60px;*/
    color: #FFF;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    /*border-top-right-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
}

.table-row {
    border-bottom: 1px solid #ddd;
}

.table-col {
    padding: 10px; 
}

.icon {
    width: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.label-success {
    background-color: #5cb85c;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding-top: 4px;
}

h3 {
    font-size: 16px !important;
    line-height: 24px !important;
    margin: 20px;
}

.login-block {
    margin: 30px auto 70px auto;
    min-height: 93.6vh
}

    .login-block .auth-box {
        margin: 20px auto 0;
        max-width: 1200px !important
    }

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fbfdff
}

    .card .card-block {
        padding: 1.25rem 2.5rem
    }

.f-80 {
    font-size: 80px
}

.form-group {
    margin-bottom: 1.25em
}

.form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 9px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}


.btn-primary {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer
}

.m-b-20 {
    margin-bottom: 20px
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-sm {
    padding: 0.25rem 0.5rem;
}

.heading {
    font-size: 21px
}

#infoMessage p {
    color: red !important
}

.btn-google {
    color: #fff;
    background-color: #3f51b5;
    box-shadow: 0 1px 2px 1px #ddd
}

    .btn-google:hover {
        color: #103595;
        background-color: #fff;
        box-shadow: 0 1px 2px 1px #ddd
    }

.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 15px 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center
}

.loader {
    margin: 0;
    padding: 0;
    height: 130px;
    width: 772px;
    z-index: 10;
    position: absolute;
    display: block;
}

.bgLoader {
    background-color: #FFF;
    opacity: 0.6; /*width:430px; height:425px;*/
    padding: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    position: absolute;
}

.loaderBar {
    background: transparent url(../images/loading.gif) no-repeat center center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ErrorMail, .ErrorSession {
color:#d05e5e;
}




.modal-confirm {
    color: #434e65;
    width: 525px;
    max-width: 96%;
}

    .modal-confirm .modal-content {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
        text-align: center;
        margin: -20px -20px 0;
        border-radius: 5px 5px 0 0;
        padding: 35px;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 36px;
        margin: 10px 0;
    }

    .modal-confirm .form-control, .modal-confirm .btn {
        min-height: 40px;
        border-radius: 3px;
    }

    .modal-confirm .close {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #fff;
        text-shadow: none;
        opacity: 0.5;
    }

        .modal-confirm .close:hover {
            opacity: 0.8;
        }

    .modal-confirm .icon-box {
        color: #fff;
        width: 95px;
        height: 95px;
        display: inline-block;
        border-radius: 50%;
        z-index: 9;
        border: 5px solid #fff;
        padding: 15px;
        text-align: center;
    }

        .modal-confirm .icon-box i {
            font-size: 64px;
            margin: -4px 0 0 -4px;
        }

    .modal-confirm.modal-dialog {
        margin-top: 80px;
    }

    .modal-confirm .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #3f51b5 !important;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        border-radius: 30px;
        margin-top: 10px;
        padding: 6px 20px;
        border: none;
    }

        .modal-confirm .btn:hover, .modal-confirm .btn:focus {
            background: #6d7ccc !important;
            outline: none;
        }

        .modal-confirm .btn span {
            margin: 1px 3px 0;
            float: left;
        }

        .modal-confirm .btn i {
            margin-left: 1px;
            font-size: 20px;
            float: right;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.material-icons {
    font-family: 'Material Icons' !important;
}

.success {
    background: #47c9a2;
}

.error {
    background: #e85e6c;
}
.ui-widget-overlay {
    opacity: .5 !important;
}

.field_wrapper_academy_data {
    background: #EEEDEA;
    border-radius: 5px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.image-upload > input {
    display: none;
}

.image_upload_icon{
    width: 60px;
    cursor: pointer;
    margin-top: 7px;
}