 body{
        background: #580675;
    }
    
    body p,a,b,li,h1,h2,h3,h4,h5,h6{
        color: #fff;
    }
    
    .let-btn {
        float: right;
    }
    
    .let-btn img {
        width: 150px;
    }
    
    .job-logo {
        float: right;
        clear: both;
        margin-top: 50px;
    }
    
   
    
    .lists{
        padding: 0;
        margin: 0;
    }
    
    .lists li{
        list-style: none;
        margin: 10px 0;
    }
    
    .active {
    margin-left: 15px;
}

ul.lists input {
    width: 98%;
    padding: 10px;
	margin-left: 2%;
}

ul.lists input[type="radio"]{
    width: auto!important;
}

ul.lists textarea {
    width: 98%;
    height: 80px;
	margin-left: 2%;
}

.btn-default:hover {
    color: #fff;
    background-color: #580675;
    border-color: #9600cc;
}
ul.lists button {
    width: 92%;
    margin: 3%;
}
    
   .btn-default:hover {
    color: #fff;
    background-color: #580675;
    border-color: #9600cc;
} 
    
    .lists li input {
        width: 100%;
        height: 50px;
        color: #000;
    }
    
    .topo-text{
        text-align: center;
    }
    
    .topo-text b {
        font-weight: bolder;
        font-size: 18px;
    }
    
    .topo-text p{
        
    }
    
    .heading-recod{
        text-align: center;
    }
    
    .main-heading{
        text-align: center;
        margin: 50px;
    }
	
	.job-logo img {
    width: 250px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}