.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

html,
body {
    height: 100%;
}

.bg {
    /* The image used */


    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-1 {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('../images/login/1.jpg');
}

.bg-2 {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('../images/login/2.jpg');
}

.bg-3 {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('../images/login/3.jpg');
}

.bg-4 {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('../images/login/4.jpg');
}

.bg-5 {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url('../images/login/4.jpg');
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-register {
    width: 100%;
    max-width: 430px;
    padding: 15px;
    margin: auto;
}

.form-signin {
    width: 100%;
    max-width: 350px;
    padding: 0px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin .login input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin .login input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.display-5 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: -.02em;
}

.display-8 {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.display-10 {
    font-size: 0.7rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.display-9 {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.card-small {
    /*box-shadow: 0 2px 0
    rgba(90,97,105,.11),0 4px 8px rgba(90,97,105,.12),0 10px 10px rgba(90,97,105,.06),0 7px 70px
    rgba(90,97,105,.1);*/

    border-radius: .625rem;
}
.rounded-top-left-0 { border-top-left-radius: 0;}
.rounded-top-right-0 { border-top-right-radius: 0;}

.card-shadow { box-shadow: 0 2px 3px #cdd8df !important; }

.border-top-light { border-top:1px solid #e3ebf6; margin-top:18px; padding-top:20px;}

.border-bottom-light { border-bottom:1px solid #e3ebf6;}

.border-left-light { border-left:1px solid #e3ebf6;}
.border-right-light { border-right:1px solid #e3ebf6;}

.border-light { border:1px solid #768eaf !important;}

.hidden, .hide {
    display: none;
}

.align-text-right { text-align: right; }