@import url(https://weloveiconfonts.com/api/?family=entypo);
@import url(https://fonts.googleapis.com/css?family=Roboto);
body {
    background: #a55050;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

#main_msg {
    margin: 0;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    text-align: center;
    padding-top: 15px;
    font-family: verdana;
    color: #fff;
    background-color: #e74c3c;
    display: none;
}


/* zocial */

[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    color: rgba(255, 255, 255, .8);
    margin-left: 12px;
}

form {
    position: relative;
    margin: 250px auto;
    width: 320px;
    height: auto;
}

input {
    padding: 10px;
    border-radius: 7px;
    border: 0px;
    background: rgba(255, 255, 255, .2);
    display: block;
    margin: 10px;
    width: 250px;
    color: white;
    font-size: 14px;
    height: 45px;
}

input:focus {
    outline-color: rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, .95);
    color: #e74c3c;
}

button {
    float: right;
    height: 100px;
    width: 50px;
    border: 0px;
    background: #e74c3c;
    border-radius: 7px;
    padding: 10px;
    color: white;
    font-size: 22px;
}

.inputUserIcon {
    position: absolute;
    top: 60px;
    right: 75px;
    color: white;
}

.inputPassIcon {
    position: absolute;
    top: 120px;
    right: 75px;
    color: white;
}

input::-webkit-input-placeholder {
    color: white;
}

input:focus::-webkit-input-placeholder {
    color: #e74c3c;
}