*{
    margin: 0;
    padding: 0;
}
/* body{
    background-color: #b23bd7;
} */
body{
    font-family: 'Roboto', sans-serif;
}
#particles-js{
   width: 100%;
   position: absolute;
   left: 65px;
   height: 100vh;
}



#leftHalf {
    background-color: #b23bd7;
    width: none;
    position: absolute;
    left: 0px;
    height: 100vh;
}
#rightHalf {   
    width: 100%;
    position: absolute;
    right: 0px;
    height: 100%;
}


textarea:focus,input:focus{
    outline: none;
}

.signup-form a h1{
    color: #8e34c1;
    padding-top: 32px;
    

}
.fc{
    border-color: #b342f4; 
    width:70%;
}
.signup-form {
    width: 90%;
    margin: 0 auto;
    padding:none;     
}

.signup-form h3 {
    color: black;
    margin: 0 0 20px;
    text-align: center;
}

.signup-form .desc {
    font-size: 12px;
    padding-bottom: 30px;
    text-align: center;
}

.signup-form form {		
    border-radius: 1px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 32px;
}

.signup-form .items {
    margin-bottom: 20px;
    padding-left: 8px;
}

.signup-form .fc {
    min-height: 40px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
}	
.signup-form .btn {        
    font-size: 16px;
    font-weight: bold;
    background: #b342f4;
    border-radius: 3px;
    border: none;
    min-width: 140px;
    outline: none !important;
    padding: 8px;
}
.signup-form .btn:hover {
    background: #a03cd8;
}

.signup-form a {
    color: #b342f4;
    text-decoration: none;
}	

.signup-form .fa {
    font-size: 20px;
}
.text-center{
    padding-bottom: 10px;
}

@media screen and (min-width:768px){
    
    #leftHalf {
        width: 50%;
    }  

    #rightHalf {   
        width: 50%;
    }
    .signup-form {
        width: 80%;
    }
    .signup-form .desc {
        font-size: 14px;
    }
}
@media screen and (min-width:1024px){
    
    #leftHalf {
        width: 64%;
    }  

    #rightHalf {   
        width: 36%;
    }
    .signup-form {
        width: 70%;
    }
}