/*
Theme Name: Safebridge CIAM - Sign In Flow
Theme URI: https://safebridge.net/
Author: Safebridge
Author URI: https://safebridge.net/
Description: This is the HTML template for Safebridge CIAM - Sign In Flow.
Version: 1.0
Text Domain: safebridge
*/

body,html {
    height: 100%;
	font-family: Arial;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

button:focus {
	outline: none;
}

/* ---------------------------------------------------
    LOGIN STYLES
----------------------------------------------------- */
.login_screen .top_column{
	margin-top: 3rem;
	margin-bottom: 4rem;
}

.login_screen .max_width{
	max-width: 495px;
}

.login_screen .notification_area{
	background-color: #008aff;
	border-radius: 5px;
	padding: 7px;
}
.login_screen .notification_area p{
	line-break: auto;
	color:white!important;
	margin-bottom: 0;
}
.login_screen .notification_area a{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}
.login_screen .notification_area a:hover{
	text-decoration: none;
	border-bottom: none;
}

.login_screen .card {
	border: 1px solid #9e9e9e;
	border-radius: 15px;
	padding: 10px 25px 0 25px;
}

.login_screen h5, h5.modal-title{
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.login_screen h4{
	font-family: Arial;
	color: #333333;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}

.login_screen p{
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}

.login_screen input[type="email"], .login_screen input[type="password"], .login_screen input[type="text"], .login_screen select {
    height: 34px;
    border-radius: 0;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.login_screen a.forgot_password{
	color: #9fa1ac;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
}

.login_screen input[type="email"]:focus, .login_screen input[type="password"]:focus, .login_screen input[type="text"]:focus, .login_screen select:focus {
	outline: none;
	box-shadow: none;
}

/* Custom checkbox design */
.login_screen .custom-checkbox .custom-control-label {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}

.login_screen .custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.login_screen .custom-control-input:checked~.custom-control-label::before {
    color: #000;
    border-color: #000;
    background-color: #000;
}

.login_screen .custom-control-input:focus + label::before {
	outline: none;
	box-shadow: none;
}

.login_screen .custom-control-label::after {
    top: .05rem;
    left: -1.71rem;
    width: 1.5rem;
    height: 1.5rem;
}

/* Custom radio design */
.login_screen .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.login_screen .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.login_screen .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 3px;
  top: 6px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #000000;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.login_screen .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.login_screen .radio input[type="radio"]:focus + label::before {
  outline: none;
}
.login_screen .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.login_screen .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.login_screen .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.login_screen .blue_btn{
	height: 34px;
	background-color: #0080a5;
	border: none;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
}

.login_screen .blue_btn:hover{
	background-color: #00718f;
}

.login_screen .blue_btn:focus{
	outline:0;
}

.login_screen a.blue_link{
	color: #1F8FAF;
	font-size: 14px;
	font-weight: 400;
}

.login_screen .password-visibility-btn:hover{
	cursor: pointer;
}

.login_screen .invalid-feedback {
	font-size: 90%;
}

/* ---------------------------------------------------
    FORGOT PASSWORD STYLES
----------------------------------------------------- */
.login_screen .form-group{
	position:relative;
}

.login_screen .form-group>label.lbl_in_border{
	position:absolute;
	top:-13px;
	left:7px;
	padding: 0 5px 0 5px;
	background-color:white;
	font-size: 12px;
}

.login_screen .input-group>label.lbl_in_border{
	position:absolute;
	top:-13px;
	left:7px;
	padding: 0 5px 0 5px;
	background-color:white;
	font-size: 12px;
	z-index: 999;
}

.forgot_password_screen .blue_btn{
	width: 207px;
}

.login_screen .card {
	padding: 20px 24px 25px 24px;
	min-height: 370px;
}

.login_screen .card-svg {
	min-height: 100px;
	height: 100px;
}
.card-svg div {
	display: flex;
	align-items: center;
}
.login_screen .card-svg a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 95%;
	background-size: contain;
	background-position: 50% 0;
	background-repeat: no-repeat;

	color: #000;
}

.login_screen .card-svg a::after {
	display: block;
	width: 100%;
	position: absolute;
	bottom: -20px;
	text-align: center;
}

.login_screen .card-body-svg {
	padding: 0 !important;
}

.login_screen .card-body-svg__safebridge-shop a {
	background-image: url('/images/sign-in/Safebridge_shop_logo.svg');
}

.login_screen .card-body-svg__safebridge-shop a::after {
	content: 'Safebridge Shop';
}

.login_screen .card-body-svg__safemetrix a {
	background-image: url('/images/sign-in/Safemetrix_logo.svg');
}

.login_screen .card-body-svg__safemetrix a::after {
	content: 'SafeMetrix';
}

.login_screen .card-body-svg__safelearn a {
	background-image: url('/images/sign-in/Safelearn_logo.svg');
}

.login_screen .card-body-svg__safelearn a::after {
	content: 'SafeLearn';
}

.login_screen .sidebar_image{
	text-align: left;
}

.login_screen .input-group-text{
	max-height: 34px;
}

/* ---------------------------------------------------
    CREATE SAFEBRIDGE ID STYLES
----------------------------------------------------- */
.create_sfb_id_screen input[name="BirthDate"]{
  background-image: url("/images/sign-in/calendar-alt-regular.svg");
  background-position: calc(100% - 12px) 8px, calc(100% - 20px) 14px, 100% 0;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.create_sfb_id_screen input[name="birthday"]:hover {
	cursor: pointer;
}

	.create_sfb_id_screen .date-of-birth {
		text-align: right;
	}

/* .create_sfb_id_screen select { */
    /* background-image: linear-gradient(45deg, transparent 50%, #3a3a38 60%), linear-gradient(135deg, #3a3a38 40%, transparent 50%) !important; */
    /* background-position: calc(100% - 20px) 14px, calc(100% - 10px) 14px, 100% 0; */
    /* background-size: 10px 10px, 10px 10px; */
    /* background-repeat: no-repeat; */
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
/* } */


/* ---------------------------------------------------
    MODAL STYLES
----------------------------------------------------- */
.modal-content {
    padding: 15px 20px;
	max-height: 700px;
}

.modal-body{
	overflow: auto;
	max-height: 500px;
}

.modal-header {
    border-bottom: none;
}

.modal-header .close {
	margin: -1rem -2rem -1rem auto;
	font-size: 2.5rem;
}

.alert-success {
	border: 1px solid #155724;
	border-radius: 0;
}

/* ---------------------------------------------------
    DATEPICKER STYLES
----------------------------------------------------- */
.btn-red-calendar{
	background-color: #c2272d;
	border-color: #c2272d;
	color: #ffffff;
}
.btn-red-calendar:hover{
	color: #ffffff;
}

/*
	For displaying the same modals as in admin and account pages
*/
.login_screen a.blue_link, .modal .modal-dialog a.blue_link{
	color: #1F8FAF;
	font-size: 14px;
	font-weight: 400;
}

.login_screen a.blue_link_bold, .modal .modal-dialog a.blue_link_bold{
	color: #00718f;
	font-size: 14px;
	font-weight: 700;
}

/*
.login_screen h5, .modal .modal-dialog h5{
	color: #333333;
	line-height: 15px;
	font-size: 14px;
	font-weight: 700;
}
 */

.login_screen .blue_btn, .modal .modal-dialog .blue_btn{
	height: 34px;
	background-color: #0080a5;
	border: none;
	color: #ffffff;
	font-weight: 700;
	line-height: 24px;
	font-size: 14px;
}

.login_screen .blue_btn:hover, .modal .modal-dialog .blue_btn:hover{
	background-color: #00718f;
}

.login_screen .blue_btn:focus, .modal .modal-dialog .blue_btn:focus{
	outline:0;
}

/* ---------------------------------------------------
    FORMS
----------------------------------------------------- */
.required::after {
	content:"*";
	color:red;
}

.imprint_text {
	color: #9fa1ac !important;
}