@font-face {
    font-family: ProximaNovaRegular;
    src: url();
}

@font-face {
    font-family: ProximaNova-Regular;
    src: url();
}
@font-face {
    font-family: 'didot regular';
    src: url('../../../fonts/didot regular.ttf') format('truetype');
}
* {
    box-sizing: border-box;
}

body {
    background: #272c38;
    background-image: url("img/lbg.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: ProximaNovaRegular;
    height: 100vh;
    /* margin: -20px 0 50px; */
    overflow: hidden;
}

h1 {
    /* font-weight: bold; */
    font-family: ProximaNovaRegular;
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 700;
   /* text-transform: uppercase;*/
    transition: transform 80ms ease-in;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 100;
}
h3 {
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    font-weight: bold;
    font-family: didotltstd-ornaments;
    /* text-transform: uppercase;*/
    /*transition: transform 80ms ease-in;*/
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    font-family: didotltstd-ornaments;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 15px 0 15px;
}

span {
    font-family: ProximaNovaBold;
    font-weight: 700;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

button {
    background: #4C5BED;
    border-radius: 6px;
    border: none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    font-family: didotltstd-ornaments;
    /*  letter-spacing: 1px;*/
    /*text-transform: uppercase;*/
    transition: transform 80ms ease-in;
}

    button:active {
        transform: scale(0.95);
    }

    button:focus {
        outline: none;
    }

    button.ghost {
        background-color: #bb9b49;
        color: #000000;
        font-family: didotltstd-ornaments;
        font-size: 14px;
        /*position: absolute;*/
        bottom: 10%;
    }

    button.normal {
        /* background-image: linear-gradient(to top, #ebd197, #b48811, #a2790d, #bb9b49);*/
        /*background-image: linear-gradient(to top, #4c5bed, #256ff3, #007ff4, #008ef2, #009bed, #09a6ed, #25b0ec, #3ebaeb, #42c5ee, #4cd0ef, #5adbf0, #6ae5f0);*/
        background: #bb9b49;
        /* background: -webkit-linear-gradient(to bottom, #6AE5F0, #4C5BED); */
        /* background: linear-gradient(to bottom, #6AE5F0, #4C5BED); */
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0 0;
        width: 90%;
        bottom: 10%;
        font-family: didotltstd-ornaments;
        font-size: 14px;
        justify-items: center !important;
    }

form {
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25),  */
    /* 0 10px 10px rgba(0,0,0,0.22); */
    background-color: #FFFFFF;
    border: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    height: 100%;
    text-align: center;
}

.form-finger {
    padding: 0 30%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.form-input {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.form-input-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

input, select {
    background-color: #eee;
    border: 1px solid #ffffff;
    padding: 8px 15px;
    margin: 4px 0;
    width: 100%;
    font-size: 13px;
    border-radius: 10px;
}

.container {
    background: transparent;
    border: none;
    /* box-shadow: 0 14px 28px rgba(0,0,0,0.25),  */
    /* 0 10px 10px rgba(0,0,0,0.22); */
    position: relative;
    overflow: hidden;
    width: 600px;
    max-width: 100%;
    min-height: 440px;
    right: 0;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
    font-family: Calibri;
    right: 0;
}

.sign-in-container {
    left: 0;
    width: 60%;
    z-index: 2;
    padding: 20px 0 20px 0px;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(58%);
    /* display: none; */
}

.sign-up-container {
    left: 0;
    width: 60%;
    opacity: 0;
    z-index: 1;
    padding: 20px 0px 20px 0;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(68%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
    left: -8px;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 59.9%;
    width: 40.1%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
    border-radius: 20px;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-150%);
}

.overlay {
    /*background-image: linear-gradient(to top, #4a70e9, #397ceb, #2d86ec, #2990ea, #3099e8, #32a0e8, #38a7e7, #42ade6, #43b4e7, #48bae8, #4ec1e8, #56c7e8);*/
    background: #000000;
    /* background: -webkit-linear-gradient(to bottom, #56C7E8, #4A70E9); */
    /* background: linear-gradient(to bottom, #56C7E8, #4A70E9); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.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 2px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    align-content: center;
}

.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;
}

    .social-container a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

.profile {
    background: transparent;
    width: auto;
    height: 30%;
    border-radius: 5px;
    position: absolute;
    top: 1px;
    z-index: 1000;
    display: block !important;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.75);
    padding: 0%;
    margin-left: 0px !important;
}

.finger-b {
    width: 100px;
}

.finger-w {
    width: 80px;
}

.profile-img {
    max-width: 100%;
    min-height: 100%;
}

.container-fluid {
    top: 0;
    position: absolute;
}

.client-logo {
    width: 75%;
    margin-left: -15px;
    height: 60px;
    border-bottom-right-radius: 50px;
  
}

.selectpicker {
    position: absolute;
    top: 39px;
    right: 10px;
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #b0b0b0;
    padding: 2px;
    width: auto;
    height: auto;
}

.theme-img-div {
    position: absolute;
    right: 20px;
    top: 20px;
    float: right;
}

.theme-img-btn {
    width: 30px;
    padding: 0;
    background: none;
    border: none;
}

    .theme-img-btn:hover, .theme-img-btn:focus, .theme-img-btn:active, .theme-img-btn:visited {
        background: none !important;
        border: none !important;
    }

.theme-img {
    width: 100%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    border-radius: 10px;
}

.footer {
    background: #bb9b49;
    position: fixed;
    width: auto;
    bottom: 0;
    font-size: 7px;
    right: 0;
    padding: 10px 40px;
    border-top-left-radius: 50px;
}

.f-div {
    float: left;
    position: relative;
    padding: 0 5px;
    font-size: 7px;
    color: #000000;
    line-height: 20px;
}

.f-div-signin {
    float: left;
    position: relative;
    padding: 0 5px;
    height: 40px;
    font-size: 12px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.cs-img {
    height: 20px;
}

.language-img-btn {
    width: 20px;
    padding: 0;
    background: none;
    border: none;
}

    .language-img-btn:hover, .language-img-btn:focus, .language-img-btn:active, .language-img-btn:visited {
        background: none !important;
        border: none !important;
    }

.language-img {
    width: 100%;
}

.dropdown-menu {
    min-width: 100px;
}

.selectpicker > .dropdown-menu > a {
    margin: 5px 0;
    padding: 2px 10px;
}

.flag {
    height: 18px;
}
.password-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0px 0px;
    border-radius: 10px;
    width: 100%;
    
}

.password-wrapper input {
    border: none;
    outline: none;
    font-size: 13px;
}

.password-wrapper i {
    margin-left: 0px;
    color: #666;
}