@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
:root{
    --neutral-gray: #DFE0E6;
    --white: #FFFFFF;
    --color-primary: #E13FE3;
    --bg-login: #F5F5FA;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;    
}
.txtbx {
	border-radius:67px!important;
}
.bg a{
	text-decoration: none;
	color:#DB48DE !important;
 }
.bg{
    background-color: #0A1938;
    height: 100vh;
	
}
.logo{
    display: flex;
}
.logo-text{
    color: var(--white);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
	margin-left:8px;
}

.bg .intro{
    font-style: normal;
    font-weight: bold;
    font-size: 34px!important;
    line-height: 46px;
    color: var(--neutral-gray);
    height: 100vh;
}
.container-fluid{
    padding-left: 0;
    padding-right: 30px;
}
.introduction{
    width: 333px;
}
.shape{
    background: #F5F5FA;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.text-primary,.text-primary:hover{
    color: var(--color-primary) !important;
    text-decoration: none;
}
.bg .a,.bg a:hover,.bg a:link{
    color: var(--color-primary) !important;
    text-decoration: none !important;
}
.bg-login{
    position: relative;
    overflow: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;

    /*border-radius: 0 25% 25% 0/0 100% 100% 0;*/
}
/*.login{
    border-radius: 0 30% 50% 0/0 130% 120% 0;
    margin-right: 10px;
    background-color: var(--bg-login);
    position: relative;

}*/


.bg-login:after{
    content: '';
    position: absolute;
    top: 0;
    left: 48%;
    right: 0;
    background: var(--bg-login);
    transform-origin: right;
    transform: translateX(-50%) scale(1.3);
    border-radius: 0 65% 95% 0/ 0 100% 100% 0;
    width: 98%;
    height: 100%;
    z-index: -1;
}
.bg-login::before{
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform-origin: right;
    background: #1B1F42;
    transform: translateX(-50%) scale(1.5);
    border-radius: 50% 50% 48% 50%;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/*.login::before{

    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vh;
    transform-origin: right;
    background: var(--bg-login);
    transform: translateX(-50%) scale(2.5);
    height: 100%;
    border-radius: 50%;
}*/
.form-sign-in{
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
}
.login-form{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.login-form .form{
    width: 50%;
}

/*.form{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
label{
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}
.form-control:focus{
    box-shadow: none;
}
.form-control{
    border-radius: 67px;
}

.btn-login{
    background: var(--color-primary);
    color: var(--white);
    border-radius: 24px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding: 10px;
}
.font-normal{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
}
.content img{
    width: 100%;
    height: auto;
}
/*start page*/
.form-paragraph{
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    color:rgba(0,0,0,0.6);
    letter-spacing: 0.01em;
}
.start-form{
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.start-form .start-form-type{
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.start-form .form{
    width: 300px;
}

/*website-section*/
.website-section .sidebar{
    height: 100vh;
    width: 312px;
    background: #F5F5FA;
    padding: 30px 20px;
    box-shadow: 2px 0 40px rgba(0, 4, 81, 0.02), 1px 0 12px 2px rgba(0, 4, 81, 0.04), 4px 0 60px 12px rgba(0, 4, 81, 0.08);
    float: left;
}

.website-section .content{
    width: 100%;
    padding: 20px;
}

.color-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    border: 1px solid #f9f9f9;
    border-radius: 28px;
    margin-bottom: 20px;
}

.color-picker .textbox {
    border: none;
    width: 70%;
    background: transparent;
    font-size: 12px;
    line-height: 16px;
}

.color-picker .picker {
    padding: 0;
    cursor: pointer;
    margin: 0;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: transparent;
}

.color-picker:hover {
    border: 1px solid #f482fa;
}

input[type=color] {
    border-radius: 50%;
    overflow: hidden;
}

input[type=color]::-webkit-color-swatch {
    border: none;
    border-radius: 50%;
    padding: 0;
}

input[type=color]::-webkit-color-swatch-wrapper {
    border: none;
    border-radius: 50%;
    padding: 0;
}
.sidebar-logo-heading{
    font-weight: bold;
    font-size: 24px;
    line-height: 45px;
    color: #0A1938;
}
.color-text{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}
select.form-control {
    text-indent: 16px;
}
#business_type{
    background-image:
            linear-gradient(45deg, transparent 50%, black 60%),
            linear-gradient(135deg,black 40%, transparent 50%) !important;
    background-position:
            calc(100% - 30px) 14px,
            calc(100% - 20px) 14px,
            100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.sidebar-para{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 60px;
}

/*sign up*/
.preview{
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    margin: 10px 20px;
    color: var(--color-primary);
}
.sign-up-agree{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    display: flex;
    justify-content: center;
}
/*profile-img*/
.profile-img img{
    width: 40px;
    height: 40px;
    background-color: #0A1938;
    border-radius: 50%;
    margin: 10px;
}
.bg-gray{
    background-color: #F5F5FA;
}

.font_14_b{
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}

.font_14{
    font-size: 14px;
    line-height: 19px;
}

.pt-7{
    padding-top: 70px;
}
.btn-live{
    padding: 10px 40px;
}
.font_20_b{
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}
.card{
    border-radius: 1rem !important;
    border: none !important;
}
.btn-outline-primary{
    border: 1px solid var(--color-primary);
    border-radius: 20px;
}
.btn-outline-primary:hover{
    background: var(--color-primary);
    color: white !important;
    border: 1px solid var(--color-primary);
}
.bg a.text-primary:focus, .bg a.text-primary:hover {
    
}
.bg select {
	border-radius:67px;
}