<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb {
    margin: 0;
    font-size: 14px;
    line-height:26px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
    padding: 17px 0 15px;
}
.breadcrumb * {
    text-transform: capitalize;
    color: #999;
}
.breadcrumb .arrow {
    font-size: 16px;
    padding: 0 6px 0 8px;
}
.page-header{
    text-align: left;
}
.page-header h1{
    margin-bottom: 30px;
    font-size: 24px;
    color: #232323;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700;
}
.create-an-account{
    font-size: 14px;
}
.create-an-account .des{
    margin-bottom: 25px;
    line-height:26px;
}
.create-an-account .des {
    border-top: 1px solid #f6f6f6;
    padding-top: 28px;
}
.create-an-account .form-group {
    margin-bottom: 15px;
}
.create-an-account .form-group label {
    font-weight: 500;
    margin-bottom: 9px;
}
label {
    font-size: 14px;
    font-weight: 500;
    line-height:22px;
    color: #232323;
}

label em {
    color: #f1152f;
    font-weight: 500;
    font-style: normal;
    margin-left: 3px;
}
.create-an-account input[type="email"]{
    height: initial;
    padding: 7px 12px 5px;
    border: 1px solid #cbcbcb;
    color: #232323;
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none;
    line-height: 24px;
}
.create-an-account input[type="password"]{
    height: initial;
    padding: 7px 12px 5px;
    border: 1px solid #cbcbcb;
    color: #232323;
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none;
    line-height: 24px;
}
.create-an-account input[type="text"]{
    height: initial;
    padding: 7px 12px 5px;
    border: 1px solid #cbcbcb;
    color: #232323;
    border-radius: 0;
    width: 100%;
    max-width: 380px;
    display: block;
    outline: none;    line-height: 24px;
}
.create-an-account  .action-btn {
    padding-top: 6px;
}
.create-an-account .btn{
    background: #fff;
    color: #232323;
    border-color: #232323;
    margin-bottom: 25px;
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
}
.create-an-account .btn:hover{
    background: #232323;
    color: #fff;

}
</pre></body></html>