p, h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: url('/images/sign/bg9.jpg');
}

.back-icon, .home-icon {
    position: absolute;
    top: 50px;
    width: 20px;
    height: 20px;
    line-height: 50px;
    text-align: center;
    z-index: 12!important;
    background-repeat: no-repeat;
}

.back-icon {
    background-image: url('/images/sign/chevron-left.svg');
    left: 50px;
}

.home-icon {
    background-image: url('/images/sign/home.svg');
    right: 50px;
}

.content-box {
    margin: 150px auto 0 auto;
    display: flex;
    flex-direction: column;
    width: 300px;
    min-height: 300px;
    background-color: white;
    border: solid 1px #666666;
    padding:0;
    border-radius: 6px;
}

.top-image {
    flex: 1 1 50px;
    max-width: 100%;
}

.image {
    width: 100%;
}

#id-image {
    width:30%;
    margin-left: 60%;
    margin-top: -60px;
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 5px;
}

#form {
    padding: 20px 20px 20px 30px;
}

h1 {
    margin-bottom: 0px;
}

#subtitle {
    font-size: 11px;
    line-height: 24px;
    color: #666666;
    margin-top:0;
}

.half-top, .half-bottom {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    margin-top: 15px!important;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border:0;
    border-bottom: solid 1px #666666; 
    font-size: 100%;
    outline: none;
    font-size: 12px;
}

.half-top {
    margin-bottom: 25px;
    background-image: url(/images/sign/user.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: 0 12px;
    padding-left: 30px;
}


.half-bottom {
    margin-bottom: 35px;
    background-image: url(/images/sign/lock.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
    background-position: 0 12px;
    padding-left: 30px;
}


.submit {
    display: block;
    width: 100%!important;
    margin-left: -1px;
    background-color: #8CC152;
    border: solid 2px #8CC152;
    border-radius: 5px;
    font-size: 25px;
    height: 40px!important;
    line-height: 36px!important;
    color: #FFFFFF;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0px 10px 10px 0px;
    padding: 0px 20px 0px 20px;
    transition: all 250ms ease;
    letter-spacing: 0.05em;
}


