/* Sign in css starts */

.signinUp-outer{
	display: table;
	padding: 20px;
	width: 100%;
	height: 100vh;
}

.signinUp-inner{
	display: table-cell;
	vertical-align: middle;
}

.signinUp-content{
	max-width: 1000px;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	justify-content: space-around;
	margin: auto;
}

.celbsSigup{
	width: 300px;
	background: url('../images/celebsBG.png') no-repeat center;
	background-size: cover;
	position: relative;
	box-shadow: 0px 0px 36px #0b0019;
}

.celebsSignup-content{
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	padding: 20px;
}

.celebsSignup-content h2{
	font-weight: 400;
	color: #ffe000;
}

.celebsSignup-content h1{
	font-weight: 800;
	font-size: 3em;
	text-transform: uppercase;
	margin: 10px 0px;
	color: #ffe000;
}

.celebsRegBtn, .celebsRegBtn:hover, .celebsRegBtn:focus{
	display: block;
	padding: 15px 30px;
	border-radius: 50px;
	color: #000;
	background-color: #ffe000;
	font-weight: 600;
	font-size: 1.2em;
	margin-top: 15px;
}

.celebsSignup-content h4{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 0.3px;
}

.signin-form{
	max-width: 650px;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	background-color: #1d0c33;
	box-shadow: 0px 0px 36px #0b0019;
}

.signinup-info {
    width: 250px;
    padding: 20px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right bottom, #e31c3a, #fd2366);
    display: flex;
    align-items: center;
}

.gigFeatures{
	width: 100%;
}

.gigFeatures li {
    text-align: center;
    margin: 20px 0px;
}

.gigFeatures li:first-child{
	margin-top: 0;
}

.gigFeatures li:last-child{
	margin-bottom: 0;
}

.gigFetureIcon {
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px 0px 8px 0px;
    margin: 0px auto 5px auto;
}

.gigFeatures li img {
    max-width: 35px;
    margin: auto;
}

.gigFeatures li h4 {
    font-size: 15px;
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
}

.signinup-formBlock h3, .popupBody h3 {
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 0px;
    margin-bottom: 5px;
    color: #fff;
}

p.body {
    font-size: 16px;
    color: #968aa5;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

i.hideShowPass {
    position: absolute;
    right: 15px;
    bottom: 12px;
    color: #777;
    font-size: 20px;
}

.signinup-formBlock {
    padding: 40px;
    width: 100%;
}

  .loginOptions{
	  margin-bottom: 25px;
  }

  .forgotPass, .forgotPass:hover, .forgotPass:focus{
	  color: #968aa5;
	  font-family: 'Roboto', sans-serif;
  }

  .forgPassIcon {
    max-width: 120px;
}

.loginBg{
	background: url('../images/loginbg.png') no-repeat center, #090015;
	background-size: cover;
	background-attachment: fixed;
}

.manLogin, .manLogin:hover, .manLogin:focus{
	display: inline-block;
	min-width: auto;
	padding: 10px 15px;
	font-weight: 500;
	font-size: 14px;
}

  .genderBlock label {
    margin-right: 20px;
}

#signup-form #terms.customCheckbox{
	margin-bottom: 25px;
}

#terms a{
	color: #e31c3a;
}

.mobileNumber{
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	justify-content: space-between;
}

#countryCode .btn-group{
	max-width: 120px;
	margin-right: 10px;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

#countryCode.withIcon .btn-group .btn{
	padding-left: 40px;
}

#countryCode::-ms-expand {
    display: none;
}

.mobileNumber input{
	padding-left: 15px !important;
}

/* Celebrity Signup */

.celebsSignup-process{
	max-width: 1000px;
	display: flex;
	display: -webkit-flex;
	align-items: stretch;
	justify-content: space-between;
	margin: auto;
}

.whatNext{
	width: 380px;
	background-color: #1d0c33;
	padding: 25px;
}

.celebsSignup{
	width: 600px;
	padding: 40px;
	background-color: #1d0c33;
	box-shadow: 0px 0px 36px #0b0019;
}

.signinUp-inner h1{
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 3.2em;
}

.text-primary{
	color: #e31c3a !important;
	
}

.celebritySignup-header{
	margin-bottom: 40px;
}

.celebritySignup-header h3{
	font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
    padding: 10px 10px 10px 40px;
	background-color: #170929;
	position: relative;
	font-size: 1.5em;
}

.stepNo{
	display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #e31c3a;
    color: #fff;
    position: absolute;
    left: -20px;
    top: 0px;
    text-align: center;
    padding: 8px;
    border: 3px solid #1d0c33;
}

.otherCat{
	display: none;
}

.celebritySignup-nav a{
	display: inline-block !important;
	text-align: center;
	min-width: 48%;
}

.celebritySignup-nav{
	margin-top: 30px;
}


.customBtn.disabled{
	pointer-events: none;
	opacity: 0.2;
}

.subheading {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 25px;
}

.workProcess::before {
    content: "";
    width: 2px;
    height: 80%;
    top: 10%;
    border-left: 1px dashed #999;
    position: absolute;
    left: 30px;
}

.workProcess li:first-child {
    padding-top: 0px;
}

.workProcess li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}

.processIcon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    background-color: #170929;
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0px;
    border: 1px solid #35224c;
}

.processIcon img {
    max-width: 35px;
    display: block;
    margin: auto;
}

.processInfo h4 {
    font-size: 1em;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.processInfo p {
    font-size: 13px;
    letter-spacing: 0.4px;
	color: #9b91a9;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
}

.workProcess {
    position: relative;
}



/* Media Query */
@media only screen and (max-width: 1024px){
	.celebsSignup-process{
        display: block;
    }

    .celebsSignup{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .whatNext{
        width: 100%;
    }

    .celebsSignup{
        padding: 20px;
    }

    .signinUp-inner h1{
        font-size: 2.2em;
    }

    .celebritySignup-header h3{
        line-height: 1.3;
        font-size: 1.2em;
    }

    .stepNo{
        left: -10px;
    }
}

@media only screen and (max-width: 992px){

}

@media only screen and (max-width: 768px){

    /* Signin Media */

    .signinUp-content, .celbsSigup{
        display: block;
    }
    
    .celbsSigup{
        width: 100%;
    }

    .celebsSignup-content{
        display: block;
        position: static;
    }

    .signin-form{
        width: 100%;
        max-width: unset;
    }

}

@media only screen and (max-width: 680px){


    /* Signin Media */
    .signinup-formBlock{
        padding: 20px;
    }

    .signinUp-inner{
        display: block;
    }

    .loginOptions{
        display: block;
    }

    .loginOptions label.customCheckbox{
        margin-bottom: 10px;
    }

    .forgotPass {
        padding-left: 25px;
    }


    .celbsSigup{
        background-position: center top;
    }

    .signinup-formBlock h3, .popupBody h3{
        line-height: 1.4;
    }

    .customBtn{
        width: 100%;
        min-width: unset;
    }

    #forgotPass .flex-center.space-between{
        display: block;
    }

    .backToLogin{
        margin-bottom: 15px;
    }

    .categoryHolder{
        margin-top: 20px;
    }

    /* Celebrity Signup */
    .celebritySignup-nav{
        display: block;
    }

    .celebritySignup-nav a.secBtn{
        margin-bottom: 15px;
    }
}