.logo-topright {
    position: absolute;
    top: 0px;
    right: 0px;
	margin-right:20px;
}

mas-client-logo > img, header > nav > ul > img {
	max-height: 60px;
}

.mas-footer-nav-wrap::after, .mas-footer-nav::after {
  content: '';
  display: table;
  clear: both; }

.l-mas-login-wrap::after {
  content: '';
  display: table;
  clear: both; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: baseline; }

*:focus {
  outline: none; }

label {
  cursor: pointer; }

fieldset {
  border: solid 0 transparent; }

img {
  border: none; }

.offscreen {
  position: absolute;
  top: -9000px;
  left: -9000px;
  z-index: 99; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

[class*='mas-icon'] {
  width: 16px;
  height: 16px; }

.mas-icon-tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%234982AE' d='M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm-64 240c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32zm192 592H384v-64h64V512h-64v-64h192v320h64v64z'/%3E%3C/svg%3E");
  vertical-align: -3px; }

@font-face {
  font-family: 'proxima_nova_regular';
  src: url("assets/fonts/ProximaNova-Reg-webfont.eot");
  src: url("assets/fonts/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Reg-webfont.woff") format("woff"), url("assets/fonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("assets/fonts/ProximaNova-Reg-webfont.svg#proxima_nova_regular") format("svg");
  font-weight: normal;
  font-style: normal; }

  
  .page-wrap {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
  
    .mas-footer-nav-wrap {
      padding: 10px 20px; }
    
    .mas-footer-nav {
      display:flex;
	  justify-content:center;
      list-style: none; }
      .mas-footer-nav li {
        float: left;
        margin: 0 10px;
        font-size: 14px; }
        .mas-footer-nav li a {
          color: #002C77; }
          .mas-footer-nav li a:hover {
            text-decoration: none; }
        
        .footer {
    display: table-row;
    height: 1%; }
    .footer .copyright {
      padding: 20px;
      background: #F2F2F2;
      font-size: 12px;
      color: #666666; }
    
    .l-mas-page {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      background-color: #fafafa;
      line-height: 1.4;
      font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #808080; }
      .l-mas-page h3 {
        margin: 30px 0 10px;
        font-size: 18px;
        font-weight: 100;
        color: #404040; }
        .l-mas-page h3:first-child {
          margin-top: 0; }
      .l-mas-page h4 {
        margin: 30px 0 10px;
        font-size: 14px;
        font-weight: 600;
        color: #404040; }
      .l-mas-page p {
        margin: 0 0 20px; }
      .l-mas-page strong {
        color: #404040;
        font-weight: bold; }
      .l-mas-page ul,
      .l-mas-page ol {
        margin: 0 0 20px 20px; }
        .l-mas-page ul li,
        .l-mas-page ol li {
          margin: 0 0 6.6666666667px; }
    
    .l-mas-page-wrapper {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      border-radius: 3px;
      background: #FFF;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
    
    @media only screen and (min-width: 768px) {
      .l-mas-page {
        margin: 40px auto;
        padding: 20px;
        width: 768px;
        background-color: #fafafa; }
      .l-mas-page-wrapper {
        padding: 40px; } }

.l-mas-login-section {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: transparent;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif; }

.l-mas-login-wrap {
  padding: 20px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

.l-mas-login-form-wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  border-bottom: 1px solid #cccccc; }

.l-mas-registration-wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-mas-registration-form {
  margin: 20px 0; }

.l-mas-login-form {
  margin: 20px 0;
  max-width: 420px; }

.l-mas-form-forgot {
  margin: 20px 0;
  max-width: 420px; }

@media only screen and (min-width: 768px) {
  .l-mas-login-section {
    margin: 40px auto;
    width: 920px; }
  .l-mas-login-wrap {
    padding: 40px 20px; }
  .l-mas-login-form-wrap {
    float: left;
    padding: 0 40px;
    width: 420px;
    border: none;
    border-right: 1px solid #cccccc; }
  .l-mas-registration-wrap {
    position: relative;
    left: -1px;
    float: left;
    padding: 0 40px;
    width: 420px;
    border-left: 1px solid #cccccc; } }

.l-mas-section {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: transparent;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif; }

.l-mas-subsection {
  margin-bottom: 40px; }

.l-mas-registration-wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

@media only screen and (min-width: 768px) {
  .l-mas-section {
    margin: 40px auto;
    padding: 20px;
    width: 650px;
    background-color: transparent; }
  .l-mas-registration-wrapper {
    padding: 40px; } }

.mas-btn {
  border: none;
  background-color: transparent;
  color: #006D9E;
  display: inline-block;
  padding: 13px 26px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer; }
  .mas-btn:visited, .mas-btn:focus, .mas-btn:active, .mas-btn.active {
    border: none;
    background-color: transparent;
    color: #006D9E; }
  .mas-btn:hover, .mas-btn.active {
    border: none;
    background-color: transparent;
    text-decoration: none;
    color: #006D9E; }
  .mas-btn[disabled], .mas-btn[disabled]:visited, .mas-btn[disabled]:hover, .mas-btn[disabled]:focus, .mas-btn[disabled]:active {
    border-color: rgba(128, 128, 128, 0.55);
    background: rgba(128, 128, 128, 0.55);
    color: #e6e5e5;
    cursor: default;
    opacity: 1; }
    .mas-btn[disabled]:hover, .mas-btn[disabled]:visited:hover, .mas-btn[disabled]:hover:hover, .mas-btn[disabled]:focus:hover, .mas-btn[disabled]:active:hover {
      border-color: rgba(128, 128, 128, 0.55);
      background: rgba(128, 128, 128, 0.55);
      color: #e6e5e5; }

.mas-btn-primary {
  border: 1px solid #4982AE;
  background-color: #006D9E;
  color: #FFF; }
  .mas-btn-primary:visited, .mas-btn-primary:focus, .mas-btn-primary:active, .mas-btn-primary.active {
    border: 1px solid #4982AE;
    background-color: #006D9E;
    color: #FFF; }
  .mas-btn-primary:hover, .mas-btn-primary.active {
    border: 1px solid #4982AE;
    background-color: #004a6b;
    text-decoration: none;
    color: #FFF; }

.mas-btns-group {
  margin-top: 20px; }
  .mas-btns-group.mas-btns-group-reverse {
    text-align: right; }

.mas-radio-wrap {
  margin: 0 0 10px; }
  .mas-radio-wrap input[type="radio"] {
    display: none; }
    .mas-radio-wrap input[type="radio"] + label {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 3px 0 0 30px;
      width: auto;
      min-height: 25px;
      vertical-align: middle;
      text-transform: none;
      font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #808080; }
    .mas-radio-wrap input[type="radio"] + label::before {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background: #FFF;
      box-shadow: inset 0 2px 6px -2px #cccccc; }
    .mas-radio-wrap input[type="radio"]:checked + label {
      color: #404040; }
    .mas-radio-wrap input[type="radio"]:checked + label::before {
      border: 1px solid #72BE44;
      background: #72BE44;
      box-shadow: inset 0 2px 6px -4px #666666; }
    .mas-radio-wrap input[type="radio"]:checked + label::after {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #FFF;
      box-shadow: 0 2px 6px -4px #666666; }
    .mas-radio-wrap input[type="radio"]:disabled + label {
      color: #999999;
      cursor: default; }
    .mas-radio-wrap input[type="radio"]:disabled + label::before {
      content: '';
      background: #e6e5e5;
      box-shadow: inset 0 2px 6px -2px #cccccc; }
    .mas-radio-wrap input[type="radio"]:disabled:checked + label::before {
      border: 1px solid #cccccc; }

.mas-radio-group-inline {
  display: flex; }
  .mas-radio-group-inline .mas-radio-wrap {
    margin-right: 20px; }

.mas-h2 {
  margin: 0 0 10px;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  color: #404040; }


.mas-h3 {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: 100;
  color: #404040; }

.mas-p {
  margin: 0 0 20px;
  line-height: 1.4;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #808080; }

.mas-link {
  color: #4982AE; }
  .mas-link:hover {
    text-decoration: none; }

.mas-note {
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #999999; }

.mas-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 14px; }

.mas-send-me-code {
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 16px; }

.mas-data-value {
  margin: 0 0 20px;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #404040; }

.mas-form-group {
  margin: 0 0 20px; }
  .mas-form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #808080; }
  .mas-form-group .mas-form-control {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 6px 12px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #FFF;
    background-image: none;
    line-height: 1.4;
    font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #404040;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1); }
    .mas-form-group .mas-form-control[readonly], .mas-form-group .mas-form-control[readonly]:hover, .mas-form-group .mas-form-control[readonly]:focus {
      border-color: #cccccc;
      background: #f0f0f0;
      color: #999999;
      box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .mas-form-group .mas-form-control:focus {
    border-color: #66AFE9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .mas-form-group.mas-has-error .mas-form-control {
    border-color: #C00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .mas-form-group.mas-has-error .mas-form-control:focus {
    border-color: #C00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F33; }
  .mas-form-group.mas-has-error .mas-help-block {
    color: #C00; }

#username {
	font-size: 18px;
}

.mas-message {
  position: relative;
  border-color: #dbdbdb;
  color: #dbdbdb;
  background-color: #FFF;
  position: relative;
  margin: 10px 0 20px;
  padding: 10px 20px 10px 40px;
  min-height: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background: #fafafa;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 16px; }
  .mas-message .mas-icon-error {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='white' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message .mas-icon-success {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='white' d='M32 0C14.267 0 0 14.267 0 32s14.267 32 32 32 32-14.267 32-32S49.733 0 32 0zm-6.267 46.267l-12.4-12.4 3.733-3.733 8.667 8.667L46.8 17.734l3.733 3.733-24.8 24.8z'/%3E%3C/svg%3E"); }
  .mas-message .mas-icon-warning {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='white' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message .mas-icon-cancel-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='white' d='M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm0 928C282.25 928 96 741.75 96 512S282.25 96 512 96s416 186.25 416 416-186.25 416-416 416zm160-672L512 416 352 256l-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z'/%3E%3C/svg%3E"); }
    .mas-message .mas-icon-cancel-circle:hover {
      opacity: .7; }
  .mas-message .mas-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -10px; }
  .mas-message p {
    margin-bottom: 10px; }
  .mas-message > *:last-child {
    margin-bottom: 0; }
  .mas-message .mas-message-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer; }

.mas-message-success {
  position: relative;
  border-color: #72BE44;
  color: #FFF;
  background-color: #72BE44; }
  .mas-message-success .mas-icon-error {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message-success .mas-icon-success {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M32 0C14.267 0 0 14.267 0 32s14.267 32 32 32 32-14.267 32-32S49.733 0 32 0zm-6.267 46.267l-12.4-12.4 3.733-3.733 8.667 8.667L46.8 17.734l3.733 3.733-24.8 24.8z'/%3E%3C/svg%3E"); }
  .mas-message-success .mas-icon-warning {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message-success .mas-icon-cancel-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm0 928C282.25 928 96 741.75 96 512S282.25 96 512 96s416 186.25 416 416-186.25 416-416 416zm160-672L512 416 352 256l-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z'/%3E%3C/svg%3E"); }
    .mas-message-success .mas-icon-cancel-circle:hover {
      opacity: .7; }

.mas-message-warning {
  position: relative;
  border-color: #FCC770;
  color: #FFF;
  background-color: #FCC770; }
  .mas-message-warning .mas-icon-error {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message-warning .mas-icon-success {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M32 0C14.267 0 0 14.267 0 32s14.267 32 32 32 32-14.267 32-32S49.733 0 32 0zm-6.267 46.267l-12.4-12.4 3.733-3.733 8.667 8.667L46.8 17.734l3.733 3.733-24.8 24.8z'/%3E%3C/svg%3E"); }
  .mas-message-warning .mas-icon-warning {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message-warning .mas-icon-cancel-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm0 928C282.25 928 96 741.75 96 512S282.25 96 512 96s416 186.25 416 416-186.25 416-416 416zm160-672L512 416 352 256l-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z'/%3E%3C/svg%3E"); }
    .mas-message-warning .mas-icon-cancel-circle:hover {
      opacity: .7; }

.mas-message-error {
  position: relative;
  border-color: #C00;
  color: #FFF;
  background-color: #C00; }
  .mas-message-error .mas-icon-error {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message-error .mas-icon-success {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M32 0C14.267 0 0 14.267 0 32s14.267 32 32 32 32-14.267 32-32S49.733 0 32 0zm-6.267 46.267l-12.4-12.4 3.733-3.733 8.667 8.667L46.8 17.734l3.733 3.733-24.8 24.8z'/%3E%3C/svg%3E"); }
  .mas-message-error .mas-icon-warning {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%23ffffff' d='M63.122 57.235L35.805 2.791C34.759.931 33.379 0 32 0s-2.759.93-3.805 2.791L.878 57.235C-1.215 60.956.565 64 4.835 64h54.332c4.269 0 6.05-3.044 3.956-6.765zM32 56a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm4-16a4 4 0 0 1-8 0V28a4 4 0 0 1 8 0v12z'/%3E%3C/svg%3E"); }
  .mas-message-error .mas-icon-cancel-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    font-style: normal;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23ffffff' d='M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm0 928C282.25 928 96 741.75 96 512S282.25 96 512 96s416 186.25 416 416-186.25 416-416 416zm160-672L512 416 352 256l-96 96 160 160-160 160 96 96 160-160 160 160 96-96-160-160 160-160z'/%3E%3C/svg%3E"); }
    .mas-message-error .mas-icon-cancel-circle:hover {
      opacity: .7; }
