.sign-box {
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    font-size: 1rem;
    position: relative;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    max-width: 450px;
    background: #bf3d3f;
    border: 1px solid #d8e2e7;
}
.sign-box .sign-avatar {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px
}
.sign-box .sign-avatar img {
    display: block;
    width: 100%;
}
.sign-box .sign-avatar.no-photo {
    border: 2px solid #c5d6de;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 96px;
    color: #c5d6de;
    font-size: 3.125rem;
    font-weight: 700
}
.sign-box .sign-title {
	font-size: 1rem;
    margin: 0 0 30px;
    line-height: normal;
    color: #fff;
}
.sign-box .sign-title h3 {
	margin-bottom: 0;
    font-weight: bold;
}
.sign-box .btn {
    display: block;
    min-width: 108px;
    margin: 16px auto 12px
}
.sign-box .btn.sign-up {
    margin-top: 18px
}
.sign-box .sign-note {
    text-align: center
}
.sign-box a {
    text-decoration: none;
    color: #0082c6;
    border-bottom: solid 1px transparent
}
.sign-box a:hover {
    border-bottom-color: rgba(0, 130, 198, .5)
}
.sign-box .form-group {
    margin-bottom: 12px;
    zoom: 1
}
.sign-box .form-group:after,
.sign-box .form-group:before {
    content: " ";
    display: table
}
.sign-box .form-group:after {
    clear: both
}
.sign-box .checkbox {
	margin: 0;
    margin-top: 8px;
    padding-left: 5px;
    margin-right: 5px;
}
.sign-box .checkbox label,
.sign-box .reset {
    font-size: 1rem;
    color: #fff
}
.sign-box .close {
    position: absolute;
    right: 10px;
    top: 4px;
    opacity: 1;
    color: #c5d6de
}
.sign-box .close:hover {
    color: #00a8ff
}
.sign-box.reset-password-box .btn {
    display: inline-block!important;
    margin: 10px 10px 12px auto
}
.sign-box.reset-password-box a {
    display: inline-block;
    margin-left: 4px
}
.background-smd {
    background: url(../../../../portal/images/home/foreground.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
body {
    background: url('../../../../portal/images/home/bg-tile.jpg')!important
}
.logo {
	margin: -10px 0 50px -5px;
    height: 80px;
}
.mt40 {
	margin-top: 40px;
}
.btn-login {
	margin-top: 0!important
}
.help-block {
	color: #fff;
}
.checkbox input[type=checkbox]:checked+label:after, .radio input[type=checkbox]:checked+label:after {
    color: #bf3c3f;
}