﻿.form-signin1.smallbox {
    margin-top: 9% !important;
    max-width: 420px;
}

.form-signin1 .card {
    margin: 0px;
}

.form-signin-heading {
    margin-top: 0px;
}

.wrapper-content-sign-in {
    display: flex;
    align-items: center;
}

.form-signin1 {
    padding: 60px !important;
}

.full-page .full-page-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.section-image {
    background-size: cover;
    background-position: center center;
    position: initial;
    width: 100%;
}

    .section-image:after {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block;
        left: 0;
        top: 0;
        content: "";
        background-color: rgba(0,0,0,.7);
    }

.border-radius-md .section-image:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(0,0,0,.7);
    border-radius: .857rem !important;
}


.input-group.full-page.prepend {
    display: flex;
    flex-direction: row-reverse;
}

    .input-group.full-page.prepend .form-control {
        border-radius: 25px !important; /*avoid bootstrap to override this*/
    }

input.full-page, .input-group.full-page input, .input-group.full-page .input-group-prepend,
select.full-page, .input-group.full-page select {
    color: #fff !important;
    background-color: rgba(255,255,255,.1);
    border: none !important;
    padding: 15px 19px;
    border-radius: 25px;
    line-height: normal;
    font-size: .8571rem;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
    box-shadow: none;
    font-weight: 300;
    height: 100%;
}

    input.full-page:focus, select.full-page:focus,
    .input-group.full-page .form-control:focus,
    .input-group.full-page .form-control:focus + .input-group-prepend {
        background-color: rgba(255,255,255,.2) !important;
    }

    .input-group.full-page .input-group-prepend .input-group-text {
        padding: 0px !important;
        background: none !important;
        border: none !important;
        color: #fff !important;
        opacity: .5;
        height: 100%;
        line-height: 1.17;
        font-size: 16px;
    }

.input-group-prepend i {
    line-height: 1.35 !important;
    font-size: 14px !important;
}

.input-group.full-page .input-group-prepend {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding-right: 0px !important;
    border-right: 0px;
    margin: 0px;
}

.input-group.full-page.prepend .form-control {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.btn.full-page {
    padding: 15px 19px;
    border-radius: 25px;
    line-height: normal;
    font-size: .8571rem;
    box-shadow: none;
    font-weight: 300;
    width: 100%;
}

.form-signin1 {
    max-width: 320px;
    padding: 0px !important;
}

.full-page input::placeholder, input.full-page::placeholder, .full-page select::placeholder, select.full-page::placeholder {
    color: #fff !important;
}

.full-page ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1; /* Firefox */
}

.full-page :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}

.full-page ::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}

input.full-page:-webkit-autofill,
input.full-page:-webkit-autofill:hover,
input.full-page:-webkit-autofill:focus,
input.full-page:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #242424 inset !important;
    -webkit-text-fill-color: #fff !important;
}

.validation-summary-errors li {
    list-style: none;
}

.validation-summary-errors ul {
    padding: 0px;
}

.loader_wrapper.top {
    background: radial-gradient(50% 40% ellipse at 50% 50%, #000000ad, #000000db);
}

.login-modal .modal-body {
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px 40px 10px;
    min-height: 100%;
    height: auto;
    z-index: 1;
    position: relative;
    text-align: center !important;
}
