body .richtext a {
    text-decoration: none!important;
}

.login-form-label {
    font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1em;
    cursor: pointer;
    display: block;
    max-width: 360px;
    text-align: left;
    width: 100%;
    margin: 0 auto 6px;
    white-space: nowrap;

}

.success-cnt {
	padding: 30px 0 0;
}

.pass-text, .success-cnt{
    max-width: 360px;
    margin: 0 auto;
    font-size: 20px !important;
    line-height: 1.3em!important;
    text-align: left;
    margin-bottom: 26px;
    color: #241f24
}

.hidden{
    display: none;
}

.img-cont {
    max-width: 360px;
    margin: 0 auto 48px;
    text-align: left;
}

.login-frame {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 23px 30px 45px;
    box-sizing: border-box;
    color: #000;
}

.login-btn {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
}

.login-btn button{
    font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;

    font-size-adjust: initial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    border: 2px solid #241f24;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 28px;
    position: relative;
    text-align: center;
    transition: color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), background-color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), border-color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9);
    vertical-align: bottom;
    white-space: nowrap;
    background-color: #241f24;
    color: #fff;
}

.login-btn button:not(:disabled):not(.button--disabled):hover, .login-btn button:not(:disabled):not(.button--disabled):focus {
    background-color: transparent;
    border-color: #241f24;
    color: #241f24;
}

input {
    width: 100%;
    max-width: 360px;
    font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-feature-settings: "kern" 1, "calt" 0;
    font-size-adjust: initial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 0;
    color: currentColor;
    display: inline-block;
    height: 40px;
    line-height: 30px;
    min-height: 30px;
    min-width: 50px;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    transition: color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), background-color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), border-color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9);
    vertical-align: bottom;
    white-space: nowrap;
    outline: none;
}

.modal-footer .btn-default {
    background-color: #000000;
    color: #fff;
    border: 1px solid #000;
}

.modal-footer .btn-default:hover {
    background-color: transparent;
    color: #000;
}

@media (max-width:540px){
	.bb-forgot-holder {
		margin-top:50px;
		margin-bottom:50px;
	}
}