﻿@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://fonts.googleapis.com/css?family=Roboto);


[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


h1 {
    color: rgba(255,255,255,.8);
    margin-left: 12px;
}

body {
    background: #272125;
    font-family: 'Roboto', sans-serif;
}

#Form1 {
    position: fixed;
    margin: 0 auto;
    width: 380px;
    height: auto;
    top: 30%;
    left: 40%;
}

.txtbox {
    padding: 16px;
    border-radius: 7px;
    border: 0px;
    background: rgba(255,255,255,.2);
    display: block;
    margin: 15px;
    width: 300px;
    color: white;
    font-size: 18px;
    height: 54px;
}

    .txtbox:focus {
        outline-color: rgba(0,0,0,0);
        background: rgba(255,255,255,95);
        color: #41AAC4;
    }

.buttonsubmit {
    background: url(images/rsz_lock.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 150px;
    border: 0px;
    background-color: #41AAC4;
    border-radius: 7px;
    padding: 10px;
    color: white;
    font-size: 22px;
}

    .buttonsubmit:active {
        background-color: #1d7e96;
    }

.inputUserIcon {
    position: absolute;
    top: 105px;
    right: 80px;
    color: white;
}

.inputPassIcon {
    position: absolute;
    top: 190px;
    right: 80px;
    color: white;
}

.inputLockIcon {
    background-image: url('');
    position: absolute;
    top: 150px;
    left: 368px;
    color: white;
}


.txtbox::-webkit-input-placeholder {
    color: white;
}

.txtbox:focus::-webkit-input-placeholder {
    color: #41AAC4;
}
