body {
    font-family: "Karla", sans-serif;
    background-color: #fff;
    /* margin: 0; */
   /* height: 100%;*/
    /* overflow: hidden;*/
}

.brand-wrapper {
    padding-top: 7px;
    padding-bottom: 8px;
}
.brand-wrapper .logo {
    height: 25px;
}

.login-section-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 68px 100px;
    background-color: #fff;
}
@media (max-width: 991px) {
    .login-section-wrapper {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 575px) {
    .login-section-wrapper {
        padding: 1.6rem;
        min-height: 100vh;
    }
}

.login-wrapper {
    width: 300px;
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
}
@media (max-width: 575px) {
    .login-wrapper {
        width: 100%;
    }
}
.login-wrapper label {
    font-size: 14px;
    font-weight: bold;
    color: #b0adad;
}
.login-wrapper .form-control {
    border: none;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 9px 5px;
    min-height: 40px;
    font-size: 18px;
    font-weight: normal;
}
.login-wrapper .form-control::-webkit-input-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control::-moz-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control:-ms-input-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control::-ms-input-placeholder {
    color: #b0adad;
}
.login-wrapper .form-control::placeholder {
    color: #b0adad;
}
.login-wrapper .login-btn {
    padding: 13px 20px;
    background-color: #fdbb28;
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 14px;
}
.login-wrapper .login-btn:hover {
    border: 1px solid #fdbb28;
    background-color: #fff;
    color: #fdbb28;
}
.login-wrapper a.forgot-password-link {
    color: #080808;
    font-size: 14px;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 54px;
}
@media (max-width: 575px) {
    .login-wrapper a.forgot-password-link {
        margin-bottom: 16px;
    }
}
.login-wrapper-footer-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.login-title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
}

.login-img {
    width: 46%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: left;
    object-position: left;
    position: fixed;
    background-position: left initial;
    /* background-position-x: left; */
    /* background-position-y: center; */
    /* background-size: cover; */
    }
   

body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #b0bec5;
    background-repeat: no-repeat;
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    margin: 0px 40px;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px;
}

.image {
    width: 360px;
    height: 280px;
}

.border-line {
    border-right: 1px solid #eeeeee;
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.twitter {
    background-color: #1da1f2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.linkedin {
    background-color: #2867b2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.line {
    height: 1px;
    width: 45%;
    background-color: #e0e0e0;
    margin-top: 10px;
}

.or {
    width: 10%;
    font-weight: bold;
}

.text-sm {
    font-size: 14px !important;
}

::placeholder {
    color: #bdbdbd;
    opacity: 1;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #bdbdbd;
    font-weight: 300;
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
    letter-spacing: 1px;
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304ffe;
    outline-width: 0;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

.btn-blue {
    background-color: #1a237e;
    /* width: 150px; */
    color: #fff;
    border-radius: 2px;
}

.btn-blue:hover {
    background-color: #5261b5;
    color: #fff;
    cursor: pointer;
}

.bg-blue {
    color: #fff;
    background-color: #1a237e;
}

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #eeeeee !important;
        margin: 0px 0px;
    }
}
/* General */

body {
    background: #141e30;
}

.container {
    text-align: center;
}
.fa {
    margin-right: 1em;
}
a {
    margin-bottom: 0.2em;
}
/* Button styling */
.btn-shared,
.btn-shared:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #1892bf;
    border-color: #1892bf;
    background: transparent;
    margin: 0px 3px;
    padding: 7px 14px;
    outline: 0;
}
.btn-shared:hover {
    background: #1892bf;
    color: #fff;
}
.unlike-text {
    display: none;
}
.unfavorite-text {
    display: none;
}

/* after click */
.liked,
.liked:focus {
    background: #1892bf;
    color: #fff;
}

/* Animation */
/* 1- full button */
.liked {
    -webkit-animation: pulse 0.5s linear;
    -moz-animation: pulse 0.5s linear;
    -ms-animation: pulse 0.5s linear;
    animation: pulse 0.5s linear;
}

@keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* 2. like button */
.liked .fa-thumbs-o-up {
    -webkit-animation: jump 0.5s linear;
    -moz-animation: jump 0.5s linear;
    animation: jump 0.5s linear;
}
@-webkit-keyframes jump {
    0% {
        -webkit-transform: translateY(0px);
    }
    30% {
        -webkit-transform: translateY(10px);
    }
    50% {
        -webkit-transform: translateY(0px);
    }
    70% {
        -webkit-transform: translateY(-2px);
    }
    80% {
        -webkit-transform: translateY(3px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}

/* 3. favorite button */
.liked .fa-star {
    -webkit-animation: spin 0.5s linear;
    -moz-animation: spin 0.5s linear;
    animation: spin 0.5s linear;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.btn-facebook {
    padding-left: 0;
    padding-right: 2.5rem; /*32px */
}
.btn-google {
    padding-left: 2.2rem; /*26px */
    padding-right: 0.5rem; /*7px */
}
span.fa.fa-facebook.pull-left,
span.fa.fa-google.pull-left {
    line-height: inherit;
}
.btn-like:hover {
    background-color: #3b5999;
    color: white !important;
    border: #3b5999;
}
.btn-favorite:hover {
    background-color: #dd4b39;
    color: white !important;
    border: #dd4b39;
}
span#eye {
    position: absolute;
    right: 15px;
    /* transform: translate(0, -50%); */
    top: 50%;
    cursor: pointer;
    font-size: 1.2rem;
}
.mb-4,
.my-4 {
    margin-bottom: 1rem !important;
}
.pt-5,
.py-5 {
    padding-top: 0rem !important;
}
h3.mb-0.mr-4.mt-2 {
    font-weight: 600;
}
.posotion-rela {
    position: relative;
}
