* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
	background: url(../images/mainbg.png);
    font-family: 'Exo', sans-serif;
}
h1,h2,h3,h4,span,p,input,select{
    font-family: 'Exo', sans-serif;
}
.text-center{
    text-align: center;
}
/*clip-path: polygon(100% 3%, 100% 100%, 50% 97%, 0 100%, 0 3%, 50% 0);*/
.wire {
    background: #2D1642;
    height: 7px;
    position: relative;
}
.wire:before {
    position: absolute;
    content: '';
    height: 7px;
    width: 55px;
    background: #f25134;
    z-index: 0;
    left: 48%;
    transform: rotate(-14deg);
}
.wire:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    background: #F25134;
    right: 0;
}
.header{
	background: -webkit-linear-gradient(#ffffff, #e2e2e2);
	padding: 20px 0;
	position: relative;
}
.mainTitle{
    position: relative;
	background: url(../images/maintitlebg.jpg) no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    clip-path: polygon(100% 0%, 100% 50%, 50% 100%, 0% 50%, 0% 0%);
}
.mainTitle:after{
    content: '';
    position: absolute;
    background-color: #f45037;
    background: linear-gradient(to left, #492A77,#F45037);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.mainTitle h1{
    margin: 0;
    position: relative;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 10px #5a5a5a;
    font-size: 40px;
}
.main-wrapper {
    overflow: hidden;
}
.page-wrapper {
    width: 80%;
    margin: 50px auto;
    display: block;
}
.myrow{}
.myrow:after{
    content: '';
    clear: both;
    display: table;
}
.myrow:before{
    content: '';
    clear: both;
}
h2.signup{
    color: #4A2A75;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    padding-bottom: 40px;
}
.col_1_third {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
}
.col_1_half {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.col_full_size {
    width: 100%;
    float: left;
    padding: 0 15px;
}
.field{
    margin-bottom: 20px;
}
.field p{
    position: relative;
    margin: 0;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.field p:after{
    position: absolute;
    content: '';
    background: #F18777;
    width: 50%;
    left: 0;
    height: 4px;
    bottom: 0;
    border-radius: 2px 0 0 2px;
}
.field p:before{
    position: absolute;
    content: '';
    background: #8470A3;
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    border-radius: 2px;
}
.field input, .field select{
    width: 100%;
    padding: 15px 0 15px 15px;
    border: 1px solid #d6d6d6;
    background: radial-gradient(#fff,#e0e0e0);
    font-size: 15px;
}
input[type="submit"]{
    background-color: #EA4031;
    background: linear-gradient(to left top,#7B275B,#EA4031);
    border: 0;
    padding: 15px 0;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: 40%;
    margin-top: 20px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 -0.25em 0 rgba(0, 0, 0, 0.25), 0 0.25em 0.25em rgba(0, 0, 0, 0.05);
    outline: none !important;
    position: relative;
    top: 0;
    border-radius: 4px;
}
input[type="submit"]:active{
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 0.25em 0.5em rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 2px 0 rgba(255, 255, 255, 0.1), inset 0 0.25em 0.5em rgba(0, 0, 0, 0.05);
    top: 2px;
}
span.agree{
    color: #7c5dad;
    font-weight: 500;
}
h2.login{
    margin: 0;
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
    color: #4C2A76;
    font-weight: 500;
    font-size: 30px;
}
h2.login span{
    color: #F14F36;
}
div.login{
    background: #2A1F2F;
    padding: 40px;
    width: 44%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
div.login .field p{
    color: #fff;
}
div.login .field p:after{ display: none; }
div.login .field p:before{ display: none; }
div.login input[type="submit"]{
    width: 100%;
}
div.login a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 20px;
    padding-left: 40px;
}
.atomBg{
    background: #fff;
    position: relative;
    padding-bottom: 40px;
}
.atomBg:after{
    content: '';
    position: absolute;
    background-color: #f45037;
    background: linear-gradient(to left, #492A77,#F45037);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    clip-path: polygon(38% 12%, 56% 12%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% 100%, 0 0);
}








@media (max-width: 991px){
    .page-wrapper {
        width: 90%;
    }
}
