﻿
.bpn {
    font-family: mulish,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    font-weight: 700;
    color: #a7adc8;
    font-size: 35px;
    margin-top: 20px;
}
 
/*guna untuk log masuk*/
.belakang {
    padding: 1rem 0 1rem 0;
    border-bottom-right-radius: 50%;
    background: rgba(111, 66, 193, 0.1);
    overflow: hidden;
    box-shadow: 3px 3px 20px #dbdcef;
}

.kita {
    width: 30%;
}

.rakyat {
    position: relative;
    right: -5px;
    margin-top: -5px;
}

.rakyatsize{
    max-width: 20%;
    height: auto;
}
.tajukkedua {
    color: #9882a2;
}
@media (max-width: 767px) {
    .kita {
        width: 60% !important;
    }
    .belakang {
        padding: 0rem 0 2rem 0;
        border-bottom-right-radius: 50%;
        background: rgba(111, 66, 193, 0.1);
        overflow: hidden;
    }
    .bpn {
        font-weight: 900;
        color: #c29369;
        font-size: 20px;
    }
    .rakyat {
        position: relative;
        margin-top: -6px;
    }

    .rakyatsize {
        max-width: 43%;
        height: auto;
    }

    .tajukkedua {
        font-size: 15px;     
    }
  
}

@media only screen and (max-width: 1490px) and (min-width: 768px) {
    .rakyat {
        position: static;
        right: -10px;
        margin-top: -10px;
    }

    .rakyatsize {
        max-width: 20%;
        height: auto;
    }
}

    div .d {
        background: #fff;
        text-align: center;
    }

hr {
    border-top: 1px solid #e7e7e9;
}

    .main-content {
        width: 80%;
        border-radius: 20px;
        /*box-shadow: 3px 3px 12px rgb(225, 209, 190);*/
        box-shadow: 3px 3px 20px rgba(111, 66, 193, 0.1);
        margin: 5em auto;
        display: flex;
    }

    .company__info {
        background: rgb(240, 236, 249);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: #bf8cd7;
    }

    .company__title {
        font-size: 20px;
    }

    .fa-android {
        font-size: 3em;
    }

    @media screen and (max-width: 640px) {
        .main-content {
            width: 100%;
            display: block;
            margin-top: 0.5em;
        }

        .company__info {
            /*display:none; */
            border-bottom-left-radius: 0px;
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
            border-bottom-right-radius: 0px;
        }


        .login_form {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 20px;
            border-top-right-radius: 0px !important;
            border-bottom-right-radius: 0px;
        }

        .row > h2 {
            font-size: 18px;
        }

        .form__input {
            width: 100% !important;
            /*margin-left: 1.5em !important;*/
            margin: 0.5em auto !important;
            padding: 0.5em 0em 0.1em 0em !important;
        }

        .btn2 {
            width: 90% !important;
            margin-top: 0.25em !important;
            margin-bottom: 0.25em !important;
        }

            .btn2:hover, .btn2:focus {
                width: 60%;
            }
        .btn3 {
            width: 80% !important;
            margin-top: 0.25em !important;
            margin-bottom: 0.25em !important;
        }

            .btn3:hover, .btn3:focus {
                width: 60%;
            }
     
    }

    @media screen and (min-width: 642px) and (max-width:800px) {
        .main-content {
            width: 70%;
        }
    }

    .row > h2 {
        color: #f48a00;
    }

    .login_form {
        background-color: #fff;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        /*border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
    }

    /*form {
    padding: 0 2em;
}*/

.form__input {
    width: 75%;
    border: 0px solid transparent;
    border-radius: 5px;
    border-bottom: 1px solid rgb(193, 182, 202);
    padding: 0.25em 0.5em 0.25em 0em;
    padding-left: 1em;
    outline: none;
    margin: 0.5em auto;
    transition: all .5s ease;
    background: rgb(240, 236, 249);
}

        .form__input:focus {
            width: 80%;
            border-bottom-color: #9882a2;
            box-shadow: 0 0 5px #9882a2;
            border-radius: 4px;
          
        }

    /*input[type="text"] {
        width: 75%;
        background-color: rgba(111, 66, 193, 0.00);
    }*/

input[type="password"] {
    background-color: rgba(111, 66, 193, 0.00);
    text-align:center;
}

    /*.btn {
        transition: all .5s ease;
        width: 30%;
        border-radius: 30px;

        color: #6d5ccc;
        font-weight: 600;
        background-color: #fff;

        border: 1px solid #6d5ccc;
        margin-top: 0;
        margin-bottom: 1em;
    }

        .btn:hover, .btn:focus {
  
            background: rgba(111, 66, 193, 0.1);
            color: #6d5ccc;
            width: 60%;
        }*/

.btn2 {
    transition: all .5s ease;
    border-radius: 30px;
    width: 20%;
    /*color: #008080;*/
    color: #6d5ccc;
    font-weight: 600;
    background-color: #fff;
    /*border: 1px solid #008080;*/
    border: 1px solid #6d5ccc;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding: 5px;
}

    .btn2:hover, .btn2:focus {
        /*background-color: #008080;*/
        background: rgba(111, 66, 193, 0.1);
        color: #6d5ccc;
        border: 0px solid #6d5ccc;
        width: 21%;
    }

.btn3 {
    transition: all .5s ease;
    border-radius: 30px;
    width: 190px;
    font-weight: 600;
    background: rgba(149, 66, 193, 0.10);
    color: #6d5ccc;
    border: 1px solid #6d5ccc;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding: 5px;
}

    .btn3:hover, .btn3:focus {
        /*background-color: #008080;*/
        background: rgba(149, 66, 193, 0.10);
        color: #6d5ccc;
        border: 1px solid rgba(149, 66, 193, 0.10);
    }

    .forgot {
        color: #9998a3;
    }
.tm {
    background-color: rgba(153, 167, 207, 0.21);
    /*border: 1px solid white;*/
}
.innercontent1 {
    padding-top: 3%;
    width: 50%;
    border-radius: 12px;
}
@media (max-width: 767px) {
    .innercontent1 {
        width: 100%;
        border-radius: 12px;
    }
}

    .amaunLulus {
        background-color: #d1cdcd;
        width: 130px;
        border-radius: 5px;
        padding: 10px;
    }

    .amaunVersion {
        background-color: #d6b1e8;
        width: 130px;
        border-radius: 5px;
        padding: 10px;
    }

    .amaunSemua {
        background-color: #ffa64d;
        width: 130px;
        border-radius: 5px;
        padding: 10px;
    }



    /*==========================================================================*/
    /*sidebar BPN*/


    #wrapper {
        padding-left: 0;
        transition: all 0.5s ease;
        position: relative;
    }

    .sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        right: 0px;
        width: 0;
        height: 100%;
        margin-left: -250px;
        overflow-y: auto;
        overflow-x: hidden;
        background: rgba(219, 220, 239, 0.32);
        transition: all 0.5s ease;
        top: 0px;
    }

    #wrapper.toggled .sidebar-wrapper {
        width: 300px;
    }

    .sidebar-brand {
        /*position: absolute;*/
        top: 0;
        width: 300px;
        text-align: center;
        padding: 20px 0;
    }

        .sidebar-brand .closebtn {
            display: none;
        }

        .sidebar-brand h2 {
            margin: 50px 0px 0px 0px;
            font-weight: 600;
            font-size: 24px;
            color: #fff;
        }

        .sidebar-brand h5 {
            margin: 0px 20px 0px 34px;
            font-weight: 600;
            font-size: 15px;
            color: #42174a;
            letter-spacing: 3px;
        }

        .sidebar-brand > img {
            width: 90px;
            margin-bottom: 10px;
            margin-top: 5px;
            margin-left: 0px;
        }

    .sidebar-nav {
        position: absolute;
        top: 75px;
        width: 300px;
        margin: 0;
        padding: 0;
        list-style: none;
    }


        .sidebar-nav > li,
        .sidebar-nav > li div {
            text-indent: 10px;
            line-height: 40px;
        }

            .sidebar-nav > li a,
            .sidebar-nav > li > div > a {
                display: block;
                text-decoration: none;
                color: #390e4d;
                font-weight: 600;
                font-size: 15px;
            }

                .sidebar-nav > li > a:hover,
                .sidebar-nav > li.active > a,
                .sidebar-nav > li > div > a:hover,
                sidebar-nav > li.active > div > a {
                    text-decoration: none;
                    color: #fff;
                    background: rgba(80, 34, 101, 0.22);
                }

                .sidebar-nav > li > a i.fa,
                .sidebar-nav > li > div > a > i.fa {
                    font-size: 20px;
                    width: 40px;
                }

            .sidebar-nav > li .sub-menu,
            .sidebar-nav > li > div > .sub-menu {
                line-height: 30px;
                padding: 0px 10px 0px 20px;
            }

                .sidebar-nav > li .sub-menu a,
                .sidebar-nav > li > div > .sub-menu > a {
                    color: rgba(0, 0, 0, .5);
                    font-size: 14px;
                    line-height: 23px;
                }


    #navbar-wrapper {
        width: 100%;
        position: absolute;
        z-index: 2;
    }

    #wrapper.toggled #navbar-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    #navbar-wrapper .navbar {
        border-width: 0 0 0 0;
        background-color: #eee;
        font-size: 24px;
        margin-bottom: 0;
        border-radius: 0;
    }

        #navbar-wrapper .navbar a {
            color: #757575;
        }

            #navbar-wrapper .navbar a:hover {
                color: #F8BE12;
            }

    #content-wrapper {
        width: 100%;
        position: absolute;
        padding: 15px;
        top: 100px;
    }

    #wrapper.toggled #content-wrapper {
        position: absolute;
        margin-right: -250px;
    }

    @media (min-width: 992px) {
        #wrapper {
            padding-left: 250px;
        }

            #wrapper.toggled {
                padding-left: 60px;
            }

        .sidebar-wrapper {
            width: 50px;
        }

        .sidebar-brand .closebtn {
            display: none;
            padding-right: 10px;
        }

        .sidebar-nav {
            top: 200px;
        }

        #wrapper.toggled .sidebar-wrapper {
            width: 250px;
        }

        #wrapper.toggled #navbar-wrapper {
            position: absolute;
            margin-right: -190px;
        }

        #wrapper.toggled #content-wrapper {
            position: absolute;
            margin-right: -190px;
        }

        #navbar-wrapper {
            position: relative;
        }

        #wrapper.toggled {
            padding-left: 60px;
        }

        #content-wrapper {
            position: relative;
            top: 0;
        }

        #wrapper.toggled #navbar-wrapper,
        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 60px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        #wrapper {
            padding-left: 60px;
        }

        .sidebar-wrapper {
            width: 50px;
            background: rgba(219, 220, 239, 0.32);
        }

        .sidebar-brand .closebtn {
            display: block;
            padding-right: 10px;
        }

        .sidebar-nav {
            top: 300px;
        }

        #wrapper.toggled #navbar-wrapper {
            position: absolute;
            margin-right: -250px;
        }

        #wrapper.toggled #content-wrapper {
            position: absolute;
            margin-right: -250px;
        }

        #navbar-wrapper {
            position: relative;
        }

        #wrapper.toggled {
            padding-left: 250px;
        }

        #content-wrapper {
            position: relative;
            top: 0;
        }

        #wrapper.toggled #navbar-wrapper,
        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 250px;
        }
    }

    @media (max-width: 767px) {
        #wrapper {
            padding-left: 0;
        }

        .sidebar-wrapper {
            width: 40px;
            background: rgba(219, 220, 239, 0.15);
            display: flex;
        }

        .sidebar-brand .closebtn {
            display: block;
            padding-right: 45px;
            border: none;
        }

        .sidebar-nav {
            top: 190px;
        }

        #wrapper.toggled .sidebar-wrapper {
            width: 250px;
        }

        #wrapper.toggled #navbar-wrapper {
            position: absolute;
            margin-right: -250px;
        }

        #wrapper.toggled #content-wrapper {
            position: absolute;
            margin-right: -250px;
        }

        #navbar-wrapper {
            position: relative;
        }

        #wrapper.toggled {
            padding-left: 250px;
        }

        #content-wrapper {
            position: relative;
            top: 0;
        }

        #wrapper.toggled #navbar-wrapper,
        #wrapper.toggled #content-wrapper {
            position: relative;
            margin-right: 250px;
        }

        .sidebar-brand {
            width: 250px;
            padding: 20px 0;
            font-size: 14px;
        }

        .sidebar-nav {
            top: 190px;
        }

            .sidebar-nav > li,
            .sidebar-nav > li div {
                text-indent: 10px;
                line-height: 32px;
            }

                .sidebar-nav > li a,
                .sidebar-nav > li > div > a {
                    display: block;
                    text-decoration: none;
                    color: #757575;
                    font-weight: 600;
                    font-size: 12px;
                    padding: 0px 40px 0px 0px;
                }

                    .sidebar-nav > li > a i.fa,
                    .sidebar-nav > li > div > a > i.fa {
                        font-size: 15px;
                        width: 30px;
                    }

                .sidebar-nav > li .sub-menu,
                .sidebar-nav > li > div > .sub-menu {
                    line-height: 25px;
                    padding: 0px 10px 0px 20px;
                }

                    .sidebar-nav > li .sub-menu a,
                    .sidebar-nav > li > div > .sub-menu > a {
                        font-size: 12px;
                        line-height: 22px;
                    }


        .sidebar-brand > img {
            width: 60px;
            margin-bottom: 10px;
            margin-top: 5px;
            margin-left: 0px;
        }
    }

.textbox {
    outline: 0;
    height: 42px;
    width: 244px;
    line-height: 42px;
    padding: 0 16px;
    background-color: rgba(111, 66, 193, 0.1);
    color: #212121;
    border: 0;
    float: left;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: 1px solid rgba(111, 66, 193, 0.1);
}

    .textbox:focus {
        outline: 0;
        background-color: rgba(111, 66, 193, 0.1);
    }

.button {
    outline: 0;
    background: none;
    background-color: #fbcba3;
    float: left;
    height: 50px;
    width: 15%;
    text-align: center;
    line-height: 42px;
    border: 0;
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 30px 30px 0;
    padding: 10px 0px 5px 0px;
    text-decoration: none;
}

    .button:hover,
    .button .fa:hover {
        background-color: #526c8c;
        color: #fbcba3 !important;
        text-decoration: none;
    }


@media (max-width: 768px) {
    .button {
        outline: 0;
        background: none;
        background-color: #fbcba3;
        float: left;
        height: 42px;
        width: 15%;
        text-align: center;
        line-height: 42px;
        border: 0;
        color: #FFF;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 16px;
        text-rendering: auto;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-transition: background-color .4s ease;
        transition: background-color .4s ease;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 30px 30px 0;
        padding: 6px;
    }
}

.terlupa {
    display: inline-block;
    margin-top: 2.6rem;
    font-size: 0.8rem;
    font-weight: normal;
    letter-spacing: 0.02rem;
    text-align: center;
    color: #7392b9;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    /* text-shadow: 1px 1px 6px black !important; */
    cursor: pointer;
    text-transform: uppercase;
}

.iconfa {
    color: #5d5779;
    opacity: 0.5;
}

    .iconfa:hover {
        opacity: 2;
        transition: all 0.5s;
    }

    .letterspacing{
        letter-spacing:0.25em;
    }

    .activside {
        background-color: #5d5779;
        color: #fff;
    }
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    /*display: inline-block;
    float: right;*/
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Ruri */
.input__field--ruri {
    width: 100%;
    background: transparent;
    padding: 0.5em 0;
    margin-bottom: 2em;
    color: #fff;
    text-align: right;
}

.input__label--ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    font-size: 1em;
    padding: 10px 0 5px;
    pointer-events: none;
}

    .input__label--ruri::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 7px;
        background: #B7C3AC;
        left: 0;
        top: 100%;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
        transition: transform 0.3s, background-color 0.3s;
    }

.input__label-content--ruri {
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

.input__field--ruri:focus + .input__label--ruri::after,
.input--filled .input__label--ruri::after {
    background: #a3d39c;
    -webkit-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
}

.input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
.input--filled .input__label--ruri .input__label-content--ruri {
    color: #a3d39c;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
}

.contentLog {
    font-size: 150%;
    padding: 3em 0;
}

    .contentLog h2 {
        margin: 0 0 2em;
        opacity: 0.1;
    }

    .contentLog p {
        margin: 1em 0;
        padding: 5em 0 0 0;
        font-size: 0.65em;
    }
.bgcolor-1 {
    background: #f0efee;
}

.bgcolor-2 {
    background: #f9f9f9;
}

.bgcolor-3 {
    background: #e8e8e8;
}

.bgcolor-4 {
    background: #2f3238;
    color: #fff;
}

.bgcolor-5 {
    background: #df6659;
    color: #521e18;
}

.bgcolor-6 {
    background: #2fa8ec;
    color: #fff;
}

.bgcolor-7 {
    background: #d0d6d6;
}

.bgcolor-8 {
    background: #3d4444;
    color: #fff;
}

.bgcolor-9 {
    background: #8781bd;
    color: #fff;
}

.bgcolor-10 {
    background: #6C6C6C;
}

body .nomargin-bottom {
    margin-bottom: 0;
}

/* Header */
.codrops-header {
    padding: 3em 190px 4em;
    letter-spacing: -1px;
}

    .codrops-header h1 {
        font-weight: 800;
        font-size: 4em;
        line-height: 1;
        margin: 0.25em 0 0;
    }

        .codrops-header h1 span {
            display: block;
            font-size: 50%;
            font-weight: 400;
            padding: 0.325em 0 1em 0;
            color: #c3c8cd;
        }

/* Demos nav */
.codrops-demos a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 0.85em;
    display: inline-block;
    margin: 0 1em;
    font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .codrops-demos a.current-demo {
        border-bottom: 2px solid;
        color: #404d5b;
    }

/* Top Navigation Style */
.codrops-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.25em;
    text-align: center;
}

    .codrops-links::after {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 100%;
        background: #dbdbdb;
        content: '';
        -webkit-transform: rotate3d(0,0,1,22.5deg);
        transform: rotate3d(0,0,1,22.5deg);
    }

.codrops-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

    .codrops-icon span {
        display: none;
    }

    .codrops-icon:before {
        margin: 0 5px;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        font-family: 'codropsicons';
        line-height: 1;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

.codrops-icon--drop:before {
    content: "\e001";
}

.codrops-icon--prev:before {
    content: "\e004";
}

/* Related demos */
.content--related {
    text-align: center;
    color: #D8DADB;
    font-weight: bold;
}

.media-item {
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.media-item__img {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.media-item:hover .media-item__img,
.media-item:focus .media-item__img {
    opacity: 1;
}

.media-item__title {
    font-size: 0.75em;
    margin: 0;
    padding: 0.5em;
}

@media screen and (max-width: 50em) {
    .codrops-header {
        padding: 3em 10% 4em;
    }
}

@media screen and (max-width: 40em) {
    .codrops-header h1 {
        font-size: 2.8em;
    }
   
}


.addPadding {
    padding-top: 50px !important;
}

/**/
.login-title {
    margin-top: 15px;
    padding-top: 80px;
    padding-bottom: 25px;
    text-align: center;
    font-size: 2.7rem;
    font-weight: bold;
    letter-spacing: 0.5rem;
    margin-top: 15px;
    font-weight: bold;
    color: #d3d6d9;
}

@media (max-width: 767px) {
    .login-title {
        font-size: 1.3rem;
        padding-top: 60px;
        padding-bottom: 5px;
        letter-spacing: 0.25rem;
    }
}

.btnamaun {
    color: #fff;
    width: 130px;
    height: 42px;
    outline: none;
    border: none;
    display: block;
    cursor: pointer;
    font-weight: 300;
    border-radius: 70px;
    box-shadow: 0 13px 26px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .16);
    background: linear-gradient(to bottom right, #ffa366, #5d5779);
    padding: 5px;
    text-align: center;
}

.btnamaunsub {
    color: #fff;
    width: 130px;
    height: 42px;
    outline: none;
    border: none;
    display: block;
    cursor: pointer;
    font-weight: 300;
    border-radius: 70px;
    box-shadow: 0 13px 26px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .16);
    background: linear-gradient(to bottom right, #ada49f,#5d5779);
    padding: 5px;
    text-align: center;
}

/*.dropdown1, .btn-outline-sm {
    background: linear-gradient(to right, #8b087c 0%, #d81743 100%);
    color: white;
    border: none;
    border-radius: 2rem;
    position: relative;
    display: inline-block;
}*/

.dropdown2, .btn-outline-sm {
    background-color: transparent;
    border-radius: 4px;
    position: relative;
    display: inline-block;
}

.dropdown1, .btn-outline-sm {
    /*background: linear-gradient(to right, #8b087c 0%, #d81743 100%);*/
    color: white;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    background-color: #8b087c;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}

    .dropdown-content1 a {
        padding: 3px 3px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        color: #8b087c;
    }

        .dropdown-content1 a:hover {
            background-color: #ddd;
        }


.dropdown1:hover .dropdown-content1 {
    display: block;
}

.dropdown1:hover {
    background: linear-gradient(to right, #d81743 0%, #8b087c 100%); /* Reverses the gradient on hover */
    /*background-color: #f1f1f8;*/
    border-radius: 2rem;
    transition: all 0.2s ease;
    text-decoration: none;
}



