/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

body{
    font-family: 'poppins';
    background: #fff;
    /* background: #c75359;
    background: -webkit-linear-gradient(-135deg,#f8e4ed,#db4242);
    background: -o-linear-gradient(-135deg,#f8e4ed,#db4242);
    background: -moz-linear-gradient(-135deg,#f8e4ed,#db4242);
    background: linear-gradient(-135deg,#f8e4ed,#db4242); */
}

.container-login{
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.content{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 30px;
    max-width: 420px;
}

.container, .container .row {
    height: 100vh;
}

.section_title{
    text-align: center;
}

.submit{
    border-radius: 50px !important;
    width: 100%;
    height: 50px;
    background: linear-gradient(270deg,#129bff,#8a53ff) !important;
}

#bottom-wizard{
    text-align: center !important;
    border: none;
    padding-top: 0px;
    margin-top: 20px;
}

.form-control{
    border: none !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    background-color: #fafafa !important;
    height: 50px !important;
    width: 100%;
    display: block;
}

.img-fluid{
    margin-bottom: 20px;
}

.header{
    text-align: center;
}

.input-group-append{
    border: none !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: #e6e6e6 !important;
    height: 50px !important;
}

.input-group-text{
    border: none !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    background-color: #fafafa !important;
    height: 50px !important;
    color: #666;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px){
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px){
    .container, .container-sm {
        max-width: 540px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
}