@import "https://maxcdn.bootstrapcdn.com/font-awesome/5.12.0/css/font-awesome.min.css";

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: url('../img/city.jpg') no-repeat fixed top;
    background-size: cover;
}

.h2 {


}

.login-box {
    width: 280px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.login-box h1 {
    font-size: 40px;
    border-bottom: 6px solid #8abc56;
    margin-bottom: 50px;
    padding: 8px 0;
}

.text-box {
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #8abc56;
}

.text-box i {
    width: 26px;
    float: left;
    text-align: center;
}

.text-box input {
    border: none;
    outline: none;
    background: none;
    color: Black;
    font-size: 18px;
    width: 80%;
}

.btn {
    width: 100%;
    background: none;
    border: 2px solid #8abc56;
    color: white;
    height: 30px;
	background-color: #8abc56;
    font-size: 18px;
    cursor: pointer;
    margin: 12px 0
}