@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Poppins:400,500,700");

.centralize-wrapper {
    width: 100%;
    padding: 0;
    display: table;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;

}
.make-account{
    background: #554a54;
    background: -webkit-linear-gradient(-135deg, #554a54, #474d6c);
    background: -o-linear-gradient(-135deg, #554a54, #474d6c);
    background: -moz-linear-gradient(-135deg, #554a54, #474d6c);
    background: linear-gradient(-135deg, #554a54, #474d6c);
}
div.centralize-inner {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
    margin: 0;
    background: #4AAADB;
}

div.centralize-content {
    max-width: 1140px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
}


h3 {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 72px;
}

.laraframe-login {
    background-color: #fff;
    padding: 40px 120px;
    max-width: 580px;
}

.laraframe-form .input-group{
    margin-bottom: 10px;
}

.laraframe-form input:focus {
    box-shadow: none;
    background: #e6e6e6;
}

.laraframe-form .input-group-text,
.laraframe-form input[type="text"],
.laraframe-form input[type="password"],
.laraframe-form input[type="email"] {
    background: #e6e6e6;
    border: none !important;
    height: 50px;
    font-size: 15px;
    color: #666;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.laraframe-form input[type="text"],
.laraframe-form input[type="password"],
.laraframe-form input[type="email"] {
    transition: all 0.3s ease;
    padding-left: 0;
}

.laraframe-form button {
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    height: 50px;
    margin-top: 20px;
    transition: all 0.6s ease;
}

.laraframe-form a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 13px;
}

.invalid-feedback {
    color: red;
    display: block;
    font-size: 13px;
}

.flash-message{
    position: fixed;
    width:100%;
    height:100%;
    z-index: 999999999999;
    background: rgba(0,20,15, 0.8);
    display: none;
    top: 0;
    left: 0;
}
.flash-message.flash-message-active{
    display: block;
}
.flash-close.close{
    position: absolute;
    right:10px;
    top:10px;
    color:#fff;
    z-index: 999;
}
.flash-removable{
    position:relative;
}
.close.flash-close {
    z-index: 9999999;
    color: #000;
    top: -18px;
    right: 2px;
}
.flash-icon {
    display: table;
    margin: 0 auto 15px;
    font-size: 30px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 62px;
    background: #fff;
}
.flash-message .centralize-content{
    padding:30px 15px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 7px rgba(0,0,0,0.4);
    display: none;
    max-width:460px;
}
.flash-message .centralize-content p {
    font-size: 18px;
}
.flash-message .centralize-content.flash-success{
    color: #0b0;
    display: block;
}
.flash-message .centralize-content.flash-success .flash-icon{
    border: 4px solid #00bb00;
}
.flash-message .centralize-content.flash-success .flash-icon::before{
    content: '\f00c';
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-error{
    color: #f00;
    display: block;
}
.flash-message .centralize-content.flash-error .flash-icon{
    border: 4px solid #f00;
}
.flash-message .centralize-content.flash-error .flash-icon::before{
    content: '\f00d';
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-warning{
    color: #f80;
    display: block;
}
.flash-message .centralize-content.flash-warning .flash-icon{
    border: 4px solid #f80;
}
.flash-message .centralize-content.flash-warning .flash-icon::before{
    content: '\f071';
    font-family: FontAwesome;
}

.flash-message .centralize-content.flash-confirmation{
    color: #2379a1;
    display: block;
}
.flash-message .centralize-content.flash-confirmation .flash-icon{
    border: 4px solid #2379a1;
}
.flash-message .centralize-content.flash-confirmation .flash-icon::before{
    content: '\f128';
    font-family: FontAwesome;
}
.hidden-flash-item{
    display: none;
}
.flash-message .centralize-content.flash-confirmation .hidden-flash-item{
    display: initial;
}

.g-recaptcha {
    transform: scale(0.96);
    transform-origin: 0 0;

}
.logo-headerless{
    padding: 0 20px;
}

.checkbox > div{
    top: -2px;
}

#login-logo-wrap {
    text-align: center;
    margin-bottom: 20px;
}

#login-button {
    background-color: #d3165a;
}

.text-link-color {
    color: #31ADE2!important;
}

.float-right-position {
    float: right;
}

@media all and (max-width: 767px){
    .laraframe-login {
        padding: 50px 70px 30px;
    }
    .logo-headerless{
        padding: 0 160px;
    }
}
@media all and (max-width: 575px){
    .laraframe-login {
        padding: 50px 15px 30px;
    }
    .logo-headerless{
        padding: 0 100px;
    }
}

/* login with google button   */
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
  }
  
  .gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
  }
  
  .gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  
  .gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
  
  .gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
  }
  
  .gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
  }
  
  .gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
  }
  
  .gsi-material-button:not(:disabled):active .gsi-material-button-state, 
  .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
  }
  
  .gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  }
  
  .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
  }