.main{margin-top:5%; 
      -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
      -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
      box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
      padding:0px;
      
}
.orange {
    background:#ec7511;
}
.fb:focus, .fb:hover{color:FFF !important;}
body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.left-side{
    padding:0px 0px 0px;
    background-size:cover;
    background:#FFF;
    min-height:514px;
}
.left-side h3{
    font-weight: 700;
    color:#2e3640;
    padding: 20px 20px 40px 20px;
    margin: 0 auto;
    text-align: center;
}

.left-side p{
    font-weight:600;
    color:#2e3640;
    /*padding:10px 50px 0 50px;*/
}

.fb{background: #2d6bb7;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    margin-left:26px;-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);}
.tw{background: #20c1ed;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);}

.right-side{
    padding:0px 0px 0px;

    background-size:cover;

}
.right-side h3{
    font-size: 30px;
    font-weight: 900;
    color:#FFF;
    padding: 50px 10px 00px 26px;
}
.right-side p{
    font-weight:600;
    color:#FFF;
    padding:10px 10px 10px 26px;
}

.right-side p a{
    color:#FFF;
}

.form{padding:10px 50px 10px 50px;}
.form-control{box-shadow: none !important;
	      border-radius: 0px !important;
	      border-bottom: 1px solid #ec7511 !important;
	      border-top: 1px !important;
	      border-left: none !important;
	      border-right: none !important;}
.btn-deep-orange {
    background: #ec7511;
    border-radius: 4px;
    padding: 5px 19px;
    color: #FFF;
    font-weight: 600;
    float: right;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}

.image-circle{
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin: 10px 0;
    border: 4px solid;
    border-color: #ccc;
}

.media {
    padding-left: 50px;
}

a.pass-remind {
    color:#ec7511 !important;
}

.insImage {
    margin: 0 auto;
    text-align: center;
}

.insName {
    margin: 0 auto;
    text-align: center;
    color: #c2c2c2 !important;
}

.footer{
    margin-top:70px; 
    margin-bottom:70px; 
    padding:0px;
    text-align: center;
}