body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    /*background-image: url(../../images/1.png);*/
    background-repeat: no-repeat;
    padding: 50px 0;
    font-family: "Poppins-Regular";
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

input,
textarea {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400
}

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

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

.card {
    border-radius: 0;
    border: none
}

.card1 {
    width: 50%;
    padding: 0px 10px 0px 10px
}

.card2 {
    width: 50%;
    background: url(../../images/logo.png) center center no-repeat;
    background-color: #0064dc;
}

#logo {
    /*width: 70px;
    height: 60px*/
}

.heading {
    margin-bottom: 40px !important
}

::placeholder {
    color: #000 !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000 !important
}

::-ms-input-placeholder {
    color: #000 !important
}

.form-control-label {
    font-size: 12px;
    margin-left: 15px
}

.msg-info {
    padding-left: 15px;
    margin-bottom: 30px
}

.btn-color {
    border-radius: 50px;
    color: #fff;
    background-image:linear-gradient(to right,#90d9eb,#fd7471);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px
}

.btn-color:hover {
    color: #fff;
    background-image: linear-gradient(to right,#fd7471,#90d9eb);
}

.btn-white {
    border-radius: 50px;
    color:#fd7471!important;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #fd7471 !important
}

.btn-white:hover {
    color: #fff!important;
    background-image: linear-gradient(to right,#fd7471,#90d9eb);
}

a {
    color: #000
}

a:hover {
    color: #000
}

.bottom {
    width: 100%;
    margin-top: 0px !important
}

.sm-text {
    font-size: 15px
}
.bravo_wrap .bravo_user_profile .user-form-settings .breadcrumb-page-bar{
    display: none!important;
}
@media screen and (max-width: 992px) {
    .card1 {
        width: 100%;
        padding: 40px 0px 10px 0px
    }

    .card2 {
        width: 100%
    }

    .right {
        margin-top: 100px !important;
        margin-bottom: 100px !important
    }
}


@media screen and (max-width: 768px) {
    .container {
        padding: 10px !important
    }

    .card2 {
        padding: 50px
    }

    .right {
        margin-top: 50px !important;
        margin-bottom: 50px !important
    }
}
#auth:hover,#Register:hover{
    text-decoration: none;
    color: #fd7471;
}
#auth,#Register{
    font-weight: bold;
}