#login {
    padding: 50px;
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    background-image: url(../img/login_bg.png);
    top: 0;
    left: 0;
    background-color: #000
}

#login h1 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
    margin: 100px 0 50px;
}

#login .social_button:hover {
    text-decoration: none;
}

#login label {
    font-size: 16px;
    color: #fff;
}

#login input {
    background-color: transparent !important;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
}

#login input:-internal-autofill-selected {
    background-color: transparent !important;
}

#login input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px rgba(0, 0, 0, 0.9);
    -webkit-text-fill-color: #fff;
}

#login .btn-login,
#login .social_button {
    text-align: center;
    font-size: 16px;
    border: none;
    height: 40px;
    cursor: pointer;
    width: 100%;
    color: #fff;
    margin-top: 15px;
    border-radius: 50px;
    background: rgb(0, 128, 190);
    background: radial-gradient(circle, rgba(0, 128, 190, 1) 0%, rgba(0, 180, 227, 1) 50%, rgba(0, 128, 190, 1) 100%);
}

#login .social_button {
    margin-top: 50px;
    margin-bottom: 15px;
    padding: 8px 8px;
}

#login p.reg {
    color: #fff;
    text-align: right;
    padding-right: 10px;
}

@media screen and (min-width: 480px) and (max-width: 991px) {
    #login {
        height: 100%;
    }

    #login .bot_pic {
        display: none;
    }
}
