*{
    margin: 0;
}

a {text-decoration: none;}
li{list-style-type: none;}

.mainContainer {
    padding: 0px;
    position: absolute;
    overflow: scroll;
    height: 100%;
    width: 100%;
    background-image: -webkit-radial-gradient(circle, #3B3A53, #1B151F);
    background-image: radial-gradient(circle, #3B3A53, #1B151F);
}

.container {
    width: 650px;
    height: 400px;
    /* margin: 200px auto 50px; */
    position: absolute;
    top:0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;  
    border-radius: 3px;
}

footer{
    padding-bottom: 150px;
}

body {
    background-image: -webkit-radial-gradient(circle, #3B3A53, #1B151F);
    background-image: radial-gradient(circle, #3B3A53, #1B151F);
		background-color: #3B3A53;
    background-repeat: no-repeat;
    overflow-y: hidden;
    height: 100%;
    word-wrap: break-word;
    color: #333;
    font-size: 13px;
    overflow-y: scroll;
    overflow-x: auto;
}

header {
    height: 75px;
    margin-bottom: 15px;
    width: 100%;
}

.logo {
    letter-spacing: 2px;
    padding: 12px 0px; 
    float: left;
    width: 168px;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    background-color: #A82400;
    color: #fff;
    font-weight: bold;    
    margin-right: 15px;
    border-radius: 3px;
}

header{
    color: #fff;
}

header h1{
    line-height: 28px;
}

header h2{
    font-weight: 100;
    line-height: .6em;
    font-size: 18px;
}

.login_form {
    background-color: #fff;
    width: 100%;
    height: 310px;
}

.social_button {
    width: 50%;
    float: left;
    border-right: 3px solid #efefef;
}

.login {
    float: right;
    width: 48%;
}

.social_button a{
    margin-top: 22px;
    margin-left: 25px;
    width: 230px;
    background-color:#3B5998;
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 26px;
    border-radius: 3px;
}

.about{
    display: block;
    margin: 5px auto;
    padding-top: 15px;
    font-size: 12px;
    color: #333;
    width: 80%;
}

input[type="text"],input[type="password"] {
    width: 85%;
    font-size: 15px;
    line-height: 1.4;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 32px;
    margin-bottom: 8px;
    margin-top: 15px;
}

form {
    margin-top: 15px;
    margin-left: 15px;
}

.form_title {
    font-weight: bold;
}

.login button {
    float: right;
    margin-right: 25px;
    height: 35px;
    background-color: #3B5998;
    color: #efefef;
}

.forget span{
    color: #333;
    font-weight: 100;
}

footer {
    margin-bottom: 16px;
    padding-left: 140px;
    color: beige;
}

footer ul{
    padding-top: 15px;}

footer ul li{
    display: inline;
    margin-right: 16px;
    font-weight: 100;
}

.custome_button::before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    float: left;
    content: "";
    margin-right: 5px;
    display: inline-block;
}

.google_button::before {
    background-image: url(google-icon.png);
}

.facebook_button::before {
    background-image: url(facebook-icon.png);
}

.twitter_button::before {
    background-image: url(twitter-icon.png);
}