.mt-15 {
margin-top: 15px
}
.m-15 {
margin: 15px 0;
font-size: 20px
}
.shsr-area {
padding: 40px 0;
background: #f5f5f5
}
@media screen and (max-width: 767px) {
.shsr-area {
padding: 10px 0 20px
}
}
.shsr-card {
background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 8px;
padding: 15px 30px;
overflow: hidden
}
.shsr-form .postcode-item-inner .input-label {
font-weight: 700;
margin-bottom: 5px;
white-space: nowrap
}
.shsr-form .postcode-item-inner select {
font-weight: 700;
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 16px;
background: #FAFAFA;
border: 1px solid rgba(0, 0, 0, 0.5);
border-radius: 8px
}
.shsr-form .postcode-item-inner input,
.shsr-form .postcode-item-inner select {
border-color: #D9D9D9
}
.shsr-form .postcode-item-inner.n-icon input {
padding-left: 16px
}
.shsr-loginpage {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100vh
}
.shsr-loginpage-panel {
min-width: 500px;
height: 100%;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.shsr-loginpage-panel-form {
width: 300px
}
.shsr-loginpage-panel-form-back {
margin: 25px 0;
margin-left: -50px
}
.shsr-loginpage-panel-form-title {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
margin-bottom: 15px
}
.shsr-loginpage-panel-form-or {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 15px 0
}
.shsr-loginpage-panel-form-or>.line {
position: absolute;
width: 100%;
height: 1px;
background: #D9D9D9
}
.shsr-loginpage-panel-form-or>.text {
background: #fff;
padding: 5px 15px;
color: rgba(0, 0, 0, 0.5);
font-size: 14px;
position: relative;
z-index: 4
}
.shsr-loginpage-panel-form-social {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(0, 0, 0, 0.02);
border: 1px solid #D9D9D9;
border-radius: 6px;
padding: 15px;
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
cursor: pointer;
margin: 10px 0
}
.shsr-loginpage-panel-form-social img {
position: absolute;
left: 20px
}
.shsr-loginpage-panel-form-social:hover {
border: 1px solid #404040
}
.shsr-loginpage-panel-form-bottom {
margin-top: 25px;
text-align: center;
font-weight: 700
}
.shsr-loginpage-panel-form-bottom a {
color: #1C8EC4
}
@media screen and (max-width: 767px) {
.shsr-loginpage-panel {
min-width: auto;
width: 100%
}
.shsr-loginpage-panel-form-back {
margin-left: 0 !important;
}
}
.shsr-loginpage-bg {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat
}
.shsr-loginpage-bg .text-panel {
position: relative;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: rgba(0, 0, 0, 0.33);
color: #fff
}
.shsr-loginpage-bg .text-panel .logo-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.shsr-loginpage-bg .text-panel .logo-inline .line {
width: 100%;
height: 1px;
background: #fff
}
.shsr-loginpage-bg .text-panel .logo-inline img {
padding: 0 25px
}
.shsr-loginpage-bg .text-panel .big-text {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-size: 60px;
line-height: 80px;
text-align: center
}
@media screen and (max-width: 767px) {
.shsr-loginpage-bg {
display: none
}
}
.shsr-loginpage .forgot {
display: block;
margin-top: 10px;
color: #333;
font-weight: 700
}
.shsr-loginpage .forgot:hover {
text-decoration: underline
}
.shsr-loginpage-input {
font-weight: 700;
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
width: 100%;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 42px;
padding-right: 16px;
background: #FAFAFA;
border: 1px solid #D9D9D9;
border-radius: 8px
}
.shsr-loginpage-input-icon {
font-size: 16px;
color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 50%;
left: 20px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.shsr-myb-formtitle {
font-family: 'Mulish';
margin-top: 10px;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: 700;
font-size: 20px;
line-height: 25px
}
.shsr-myb-formtitle .description {
font-family: 'Mulish';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
max-width: 500px;
margin: 10px 0;
text-transform: none
}
.shsr-myb-formtitle .devider {
width: 100%;
height: 1px;
background: #D9D9D9;
margin: 25px 0
}
.shsr-myb-formtitle .fwn {
font-weight: normal;
text-transform: none;
opacity: .5
}
.shsr-myb-menu>.menu-item {
font-family: 'Mulish';
font-weight: 700;
font-size: 16px;
line-height: 20px;
padding: 9px 0;
display: block;
color: inherit
}
.shsr-myb-menu>.menu-item>.fas {
margin-right: 10px
}
.shsr-myb-menu>.menu-item.active,
.shsr-myb-menu>.menu-item:hover {
color: #1C8EC4;
}
.shsr-myb-menu>.menu-item.active svg:not(.addstroke) path,
.shsr-myb-menu>.menu-item:hover svg:not(.addstroke) path {
fill: #1C8EC4;
}
.shsr-myb-menu>.menu-item.active svg.addstroke path,
.shsr-myb-menu>.menu-item:hover svg.addstroke path {
stroke: #1C8EC4;
}
.shsr-myb-menu>.menu-item>.fwn {
font-weight: normal;
opacity: .5
}
.shsr-myb-menu-divider {
width: 100%;
height: 1px;
background: #D9D9D9;
margin: 15px 0
}
.shsr-myb-info-details {
margin-top: 10px;
margin-bottom: -16px
}
.shsr-myb-info-bigtitle {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 43px;
padding: 10px 0
}
.shsr-myb-info-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.shsr-myb-info-menu>.menu-item {
display: block;
text-align: center;
padding: 10px 0;
color: rgba(0, 0, 0, 0.5);
width: 100%;
text-transform: uppercase;
border-bottom: 1px solid #D9D9D9;
font-weight: 700;
cursor: pointer;
-webkit-transition: .2s;
transition: .2s
}
.shsr-myb-info-menu>.menu-item.active {
color: #000;
border-bottom: 2px solid #000
}
.shsr-myb-info-menu>.menu-item:hover {
color: #000;
background: rgba(0, 0, 0, 0.05)
}
.shsr-myb-info-text {
max-width: 420px;
text-align: center;
margin: 40px 0
}
.shsr-myb-info-header {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 53px
}
@media screen and (max-width: 767px) {
.shsr-myb-info-header {
font-size: 24px;
line-height: 32px
}
}
.shsr-myb-info-undertext {
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
padding: 20px 0
}
@media screen and (max-width: 767px) {
.shsr-myb-info-undertext {
font-size: 12px;
line-height: 15px
}
}
.shsr-myb-info-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center
}
.shsr-myb-back {
padding: 5px 0 10px
}
.shsr-myb-back>.fas {
margin-right: 5px
}
.shsr-myb-card {
background: #FAFAFA;
border: 1px solid #D9D9D9;
border-radius: 8px;
padding: 10px 20px;
margin: 10px 0
}
.shsr-myb-card-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 5px 0
}
.shsr-myb-card-title-status {
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
line-height: 15px;
text-align: right;
color: rgba(0, 0, 0, 0.5)
}
.shsr-myb-card-title-status>.circle {
display: inline-block;
border-radius: 50%;
width: 8px;
height: 8px;
background: rgba(0, 0, 0, 0.5)
}
.shsr-myb-card-title-status>.circle.yellow {
background: #FFBA3D
}
.shsr-myb-card-title-status.ml-15 {
margin-left: 15px
}
.shsr-myb-card-divider {
height: 1px;
width: 100%;
margin: 15px 0;
background: rgba(0, 0, 0, 0.15)
}
.shsr-myb-card-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex
}
.shsr-myb-card-buttons-link {
color: inherit;
margin-right: 15px
}
.shsr-myb-card-buttons-link:hover {
color: #000;
text-decoration: underline
}
.shsr-myb-cards {
margin-top: 10px
}
.shsr-button-5 {
font-weight: 700;
font-size: 16px;
color: #000000;
width: 220px;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: #FFBA3D;
border-radius: 6px;
border: none;
-webkit-transition: 0.2s all ease;
transition: 0.2s all ease
}
.shsr-button-5>.fas {
margin-right: 10px
}
.shsr-button-5.blue {
background: #1C8EC4;
color: white
} .shsr-loginpage-panel-form-back {
color: #000;
}
.lost-confirm {
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.lost-confirm .title {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 53px;
text-align: center;
color: #000000;
margin-bottom: 10px;
}
.lost-confirm .subtitle {
font-family: 'Mulish';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #000000;
}
@media (max-width: 768px) {
.lost-confirm img {
width: 56px;
height: 56px;
}
.lost-confirm .title {
font-size: 32px;
line-height: 43px;
}
.lost-confirm .subtitle {
font-size: 12px;
line-height: 15px;
}
}
.shsr-loginpage-bg .text-panel .logo-inline img {
position: relative;
top: -7px;
}
.shsr-button-5.blue:hover {
background: #13648a;
}
.shsr-loginpage-input:focus {
border: 2px solid rgba(0, 0, 0, 0.5);
}