#login, #login input {width: 250px;}
#login .box {position: relative; float: left; clear: both; height: auto; width: 230px; padding: 15px 10px; margin: 0px; border: 1px solid transparent; }
#login .box:nth-child(2) {border-radius: 7px 7px 0px 0px;}
#login .box:nth-child(4) {border-radius: 0px 0px 7px 7px;}
#login .box:last-child {background: none;}
#login .bar {width: 100%; height: 1px; background: transparent; position: relative; float: left; clear: both;}
#login .bar i {width: 95%; margin: auto; height: 1px; display: block; background: #d1d1d1; }
#login .send {width: 100%; border-radius: 7px; background: #f05b65; text-decoration: center; border: none; color: #ffffff; margin-top: 10px; padding-top: 14px; padding-bottom: 14px; outline: none; font-size: 13px; border-bottom: 3px solid #0b4508; cursor: pointer; font-weight: bold;}
#login .logo {margin: auto; width: 70px; border-radius: 100px; height: 70px; background: #f05b65; position: relative; margin-bottom: -15px; z-index: 9;}
#login .logo img {width: 60px; height: 60px; border-radius: 100px; margin: auto; border: 3px solid #fff; display: block; }
#login .box a {font-size: 12px; color: #ddd; text-decoration: none; cursor: pointer;}