.account-page-content{
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
}

.home.main{
    z-index: 1;
    width: 350px;
    background-color: #d6def3;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 2rem 0.5rem;
    border: 1px solid #638dc7;
}
.loginbar{
    background: linear-gradient(90deg,#248afd,#0c77ef);
    margin: -3rem 0rem 2rem;
    padding: 1rem;
    text-align: center;
    border-radius: 0.5rem;
    color: #fff;
}
.loginbar h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1rem;
}
.loginbar p{
    color:#ececec;
}

.btn-group{
    position: relative;
    display: inline-flex;
    vertical-align: middle; 
    width: 100%;  
}
.lang.wth-100, .lang2.wth-100{
    width: 100%!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    cursor: pointer;   
    width: 99%;    
    text-transform: uppercase;
}
.custom-select {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 5px;
    box-shadow: 0 0 1em rgba(255, 255, 255, 0.2), inset 0 0 1px rgba(255, 255, 255, 0.8);
    border: 1px solid transparent;
    border-color: #1760f9;
    width: 100%;
  }
  .custom-select select {
    width: auto;
    margin: 0;
    padding: 0.75em .4em;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: .25rem;
    /* Styling the select text color */
    /* removes the fucking native down arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    font-size: 1rem;
  }
  .custom-select select::-ms-expand {
    display: none;
  }
  .custom-select:after {
    position: absolute;
    top: 1.25em;
    right: 1em;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 0.25em solid transparent;
    border-right: 0.25em solid transparent;
    border-top: 0.375em solid #0a6682;
    pointer-events: none;
  }
  
  @-moz-document url-prefix() {
    .custom-select select {
      padding-right: 1.75em;
    }
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .custom-select select {
      padding-right: 2em;
      width: 100%;
    }
  }

.p-3 {
    padding: 0 0 1.5rem 0;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.form-label {
    margin-bottom: .5rem;
    color: #758bae;
}

label {
    font-weight: 400;
    font-size: .85rem;
    display: inline-block;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    display: block;
    width: 96%;
    padding: .375rem 0 .375rem 0.5rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303e67;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cbd1da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn.btn-primary {
    color: #fff;
    background: linear-gradient(180deg, rgba(108,155,201,1) 49%, rgba(89,142,195,1) 50%);
    padding: .5rem .5rem;
    margin-top: .6rem;
    box-shadow: 0 4px 20px 0 rgba(0,123,255,.14), 0 7px 10px -5px rgba(0,82,234,.4);
}

.btn.btn-primary.wth-100{
    width: 100%!important;
}

.btn.btn-primary.wth-100.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
