body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
}
.btn {
    text-align: center;
}
.loginForm {
    
}
.form-txt {
    margin-bottom: 10px;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    width: 90%;
    box-sizing: border-box;
    display: block;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    height: 50px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.form-txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: block;
    background-color: #e8e8e8;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"] {
    font-size: 14px;
    font-weight: normal;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    border: #d1d1d1 solid 1px;
    box-sizing: border-box;
}
.form-txt input[type="text"], .form-txt input[type="password"] {
    border: none;
    background: transparent;
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
}
.btn-area {
    text-align: center;
    margin-top: 30px;
}
.btn {
    background-color: #008cba;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 240px;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    border: solid 1px #008cba;
}
.error {
    color: #F00;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
