* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background: #95a5a6;
    background-image: url(debut_dark.png);
    font-family: 'Helvetica Neue', Arial, Sans-Serif;
}

#btnFacebook {
    width: 255px;
    height: 45px;
}

@media only screen and (min-width:768px) {


    .login-wrap {
        margin-top: 110px !important;
    }
    .wrapper {
        margin-top: 110px !important;
    }
}

@media only screen and (min-width:481px) and (max-width:767px) {


    .login-wrap, .warpper {
        margin-top: 75px !important;
    }
    .wrapper {
        margin-top: 75px !important;
    }
}

@media only screen and (max-width:480px) {


    .login-wrap, .warpper {
        width: 100% !important;
    }
    .wrapper {
           width: 100% !important;
    }
}

@media only screen and (max-width:340px) {
    .login-wrap {
        width: 100% !important;
    }
        .wrapper {
           width: 100% !important;
    }

    html .login-wrap {
        padding: 15px 15px 80px 11px !important;
    }

    .warpper {
        padding: 15px 15px 80px 11px !important;
    }

    #btnFacebook {
        width: 245px;
        height: 45px;
    }
}

@media only screen and (max-width:325px) {
    .login-wrap {
        margin-top: 10px !important;
    }
    .warpper{
         margin-top: 10px !important;
    }
}

html .login-wrap {
    position: relative;
    margin: 0 auto;
    background: #ecf0f1;
    width: 350px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #333;
    padding: 15px;
    min-height: 200px;
}

html .wrapper {
    position: relative;
    margin: 0 auto;
    background: #ecf0f1;
    width: 1024px;
    border-radius: 5px;
    box-shadow: 3px 3px 10px #333;
    padding: 15px;
    min-height:550px;

}


h2 {
    text-align: center;
    font-weight: 200;
    font-size: 2em;
    margin-top: 10px;
    color: #34495e;
}

.form {
    padding-top: 20px;
}

    .form input[type="text"],
    .form input[type="email"],
    .form input[type="password"],
    .form button {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 6px;
        height: 40px;
        border-radius: 5px;
        outline: 0;
        -moz-outline-style: none;
    }

    .form input[type="text"],
    .form input[type="email"],
    .form input[type="password"] {
        border: 1px solid #bbb;
        padding: 0 0 0 30px;
        font-size: 14px;
    }

        .form input[type="text"]:focus,
        .form input[type="email"]:focus,
        .form input[type="password"]:focus {
            border: 1px solid #3498db;
        }

    .form a {
        text-align: center;
        font-size: 10px;
        color: #3498db;
    }


        .form a p {
            padding-bottom: 10px;
        }

    .form button {
        background: #e74c3c;
        border: none;
        color: white;
        font-size: 18px;
        font-weight: 200;
        cursor: pointer;
        transition: box-shadow .4s ease;
    }
        .form button:disabled {
            background-color: #cccccc;
            color: #666666;
        }

    .ais .form button {
        background: #8AB84B;
    }

        .form button:hover {
            box-shadow: 1px 1px 5px #555;
        }

        .form button:active {
            box-shadow: 1px 1px 7px #222;
        }

.login-wrap:after, .wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
    background: -moz-linear-gradient(left, #27ae60 0%, #27ae60 20%, #8e44ad 20%, #8e44ad 40%, #3498db 40%, #3498db 60%, #e74c3c 60%, #e74c3c 80%, #f1c40f 80%, #f1c40f 100%);
    height: 5px;
    border-radius: 5px 5px 0 0;
}


.marginStyle {
    margin-left: 35px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ErrorColor {
    color: red;
    margin: 0 35px 10px 35px;
    font-size: 14px;
}

.iconemail {
    background: #f1f1f1 url(login-sprite.png) no-repeat;
    background-position: 5px -6px !important;
}

.iconpassword {
    background: #f1f1f1 url(login-sprite.png) no-repeat;
    background-position: 5px -55px !important;
}
