@import url("https://fonts.googleapis.com/css?family=Montserrat:400,800");
* {
    box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.navbar-badge {
    font-size: 0.6rem;
    font-weight: 500;
    padding: 2px 4px;
    position: absolute;
    right: 39px;
    top: 279px;
}

.is-valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.form-check-input {
    position: absolute;
    margin-left: -7.25rem;
}

.imgbg {
    background-image: url("/bpl/source/login/img/bgimg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.form-control {
    height: calc(2rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#partitioned {
    padding-left: 15px;
    letter-spacing: 41px;
    border: 0;
    background-image: linear-gradient( to left, black 73%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 293px;
}

.text-danger {
    color: #dc3545 !important;
}

body {
    background: #f3e8fd;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    height: auto;
    margin: -20px 0 50px;
}

h1 {
    font-weight: bold;
    margin: 8px;
}

h2 {
    text-align: center;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    /* margin: 20px 0 20px; */
}

.decorate {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button {
    margin: 3px;
    border-radius: 20px;
    border: 1px solid #0986C2;
    background-color: #0B5C83;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

button:active {
    transform: scale(0.95);
}

button:focus {
    outline: none;
}

button.ghost {
    border: 1px solid #0986C2;
    background-color: #0B5C83;
    margin: 3px;
}

button.ghost1 {
    border: 1px solid #0986C2;
    background-color: #0B5C83;
    margin: 3px;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    text-align: center;
}

input {
    border: none;
    border-radius: 8px;
    padding: 12px 14px;
    margin: 3px 0;
    width: 100%;
}

.bg {
    background-color: #eee;
}

.pad1 {
    padding: 0 0px;
}

::-webkit-file-upload-button {
    background: #05445E;
    color: white;
    border-radius: 20px;
    border-color: #eee;
    border: 1px solid #eee;
    padding: 1em;
    font-size: 11px;
    text-transform: uppercase;
}

input#myFile {
    font-size: 11px;
}

.full {
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #05445E;
    font-size: 11px;
    text-transform: uppercase;
}

::placeholder {
    color: #05445E;
    font-size: 11px;
    text-transform: uppercase;
}

::-webkit-input-placeholder {
    color: #05445E;
    font-size: 11px;
    text-transform: uppercase;
}

.tog {
    display: inline-block;
}

.imgs {
    height: 180px;
}

.container {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(63, 46, 46, 0.22);
    position: relative;
    overflow: hidden;
    min-height: 572px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 100%;
    z-index: 1;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(0%);
}

.sign-up-container {
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -2;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }
    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.pad {
    background-color: #ffffff;
    padding-bottom: 25px;
    padding-top: 25px;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: -1;
}

.container.right-panel-active .overlay-container {
    transform: translateX(0%);
}

.overlay {
    background: #0B5C83;
    /* background: -webkit-linear-gradient(to right, #0B5C83, #0986C2);
  background: linear-gradient(to right, #0B5C83, #0986C2); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    z-index: -1;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* padding: 0 20px; */
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

footer {
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

footer p {
    margin: 10px 0;
}

footer i {
    color: red;
}

footer a {
    color: #3c97bf;
    text-decoration: none;
}


/* for phone perspective ! */

@media (max-width: 600px) {
    .hide {
        font-size: 20px;
    }
    .imgs {
        /* width: 150px; */
        height: 120px;
        margin-bottom: 5px;
    }
    .pad {
        background-color: #ffffff;
        padding: 10px;
    }
    .overlay-panel {
        padding-right: 10px;
        padding-left: 10px;
    }
    .overlay-left {
        padding-left: 10px;
    }
    a {
        font-size: 10px;
    }
    p {
        font-size: 13px;
    }
    /* .ghost1 {
    font-size: 10px;
    margin: 3px;
    padding: 10px 12px;
  } */
    input {
        font-size: 10px;
    }
     ::-webkit-file-upload-button {
        font-size: 8px;
    }
    button {
        font-size: 11px;
    }
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}