body {
	font: 500 12px/20px "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body, .page {
  background: #FdFdFd !important;
}

.page{
  margin-top: 30px;
}

.card{
   min-height: fit-content;
}

button:not(.tile-button, .link-text, .buttonLink) {
	color: #FFF !important;
	background: #0F6FD5 !important;
	border-color: #0F6FD5 !important;
	box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f !important;
}

.tile-button:hover {
	border-color: #0F6FD5 !important;
}
.button--primary:hover, .file-input--button:hover {
	opacity: 0.9;
}

.branding-template-link-text, .buttonLink {
  background: none !important;
  border: none;
  cursor: pointer;
  color: #0F6FD5 !important;
  font-size: 15px;
  box-shadow: none !important;
}

.step-link__link {
	color: #0F6FD5 !important;
}

.step-link__link:after {
	color: #0F6FD5 !important;
}

button.tile-button--side-icon div {
    display: inherit !important;
}

.link-text {
    background-color: transparent !important;
    border: none;
}
.link-text:hover {
    background-color: transparent !important;
    text-decoration: underline;
}
.left-text-block {
    text-align:left !important
}

.text-left-to-icon {
    margin-left: 0.5em;
    vertical-align: super;
}

.field-message {
    font-size: 13px;
    min-width: auto;
	margin-top: 5px;
}

.field-message--error {
display: list-item;
list-style-position: inside;
margin-bottom: 10px;
}

.field-message--error:nth-of-type(3n) {
  margin-top:-20px;
margin-bottom: 10px;
padding-top: 0px;

}

.text-input {
	border-color: #0F6FD5 !important;
	background: #FFF !important;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill~.float-label__label {
    color: #0F6FD5 !important;
}

.float-label__input:focus+.float-label__label {
    color:  #0F6FD5 !important;
}

.form {
	margin-bottom: 10px;
}
.switch {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
}
.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.switch__label {
  display: block;
  padding: 4px 0 0 44px;
  cursor: pointer;
  text-transform: none;
  color: #686f77
}
.switch__label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 14px;
  z-index: 1;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left, background-color;
}
.switch__input:checked + .switch__label:before {
  background-color: rgba(197, 221, 252, 0.95);
}
.switch__input:checked + .switch__label:after {
  left: 16px;
  background-color: #0F6FD5;
}

#rootmaster-copyright {
    padding: 40px 0 10px;
    color: #757575;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    text-align: center
}