a {
    color: #0275D8;
}

a:hover {
    color: #0275D8;
}

label {
    margin-bottom: 2px;
    color: rgba(0,0,0,0.34);
    font-size: 12px;
    letter-spacing: 0.19px;
    line-height: 16px;
}

input:-webkit,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgb(244, 248, 255) inset !important;

}
.main-content-container {
    display: flex;
    min-height: calc(100vh - 105px);
    height: auto;
}

.main-bgc {
    background-color: #f5f5f5;
}

.a-btn {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.link {
    display: inline-block;
    margin: 0 3px;
    color: rgb(41, 121, 255);
    cursor: pointer;
}

.link:hover {
    text-decoration: underline;
}

.form-group-custom-select-wrap {
    display: flex;
    flex-direction: column;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 100px);
    background-color: rgba(0, 0, 0, 0.04);
}

input: internal autofill selected {
    background-color: #f5f5f5 !important;
}

/* HEADER */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.4);
    position: sticky;
    z-index: 25;
    top: 0;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 40px;
    margin-right: 14px;

}

.header-logo-title {
    font-size: 20px;
    font-weight: 500;
    color: black;
}

.header-sig-in-btn {
    margin-left: 16px;
}

#localeForm > * {
    display: inline-block;
    padding: 0.25rem;
    border: none;
    font-size: 1em;
    cursor: pointer;
    /*    border-radius: 6px;*/
    /*    background: RGB(239, 239, 239)!important;*/
}

localeForm option {
    background: red!important;
}

.header-sig-in-btn {
    display: inline-block;
    padding: 0.25rem;
    border-radius: 6px;
    font-size: 1em;
    color: #7254f3;
    border-color: transparent;
    cursor: pointer;
    margin-left: 16px;
}

/* FOOTER */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.04);
}

.footer-nav-menu a,
.footer-nav-menu span,
.footer  span {
    display: inline-block;
    margin-right: 16px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.56);
}

.footer span {
   text-align: right;
}

.footer-menu-item {
    margin-right: 16px;
    cursor: pointer;
}

.footer-menu-item:hover {
    text-decoration: underline;
}

/*CUSTOM BUTON*/
.btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 40px;
}

.btn {
    box-sizing: border-box;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    border-color: transparent;
    letter-spacing: 0;
    line-height: 16px;
}

.material-btn {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: background-color .3s;
}

.material-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    padding-top: 0;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.material-btn:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.btn-main {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 36px;
    border: 0 solid;
    color: rgb(255, 255, 255);
    background-color: rgba(124, 127, 131, 0.54);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.btn-main-modal {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 36px;
    border: 0 solid;
    color: rgb(255, 255, 255);
    background-color: #2962FF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
}

.btn-main:before {
    background-color: rgba(236, 240, 241, .3);
}

/*.btn-main:hover, .btn-main:focus {*/
/*    background-color: #2962FF;*/
/*}*/

#submitButton:valid .button {
    background-color: #2962FF;
}

.isValid {
    background-color: #2962FF;
}

.btn-cancel {
    color: rgba(0, 0, 0, 0.56);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(151, 151, 151, 0.56);
}

.btn-cancel:before {
    background-color: rgba(151, 151, 151, 0.1);
}

.btn-cancel:hover, .btn-cancel:focus  {
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(151, 151, 151, 0.8);
}

.btn-toggle {
    background-color: rgb(255, 255, 255);
}

.btn-toggle:before {
    background-color: rgba(236, 240, 241, .5);
}

.btn-toggle:hover {
    color: #2979FF;
    background-color: rgba(236, 240, 241, .4)
}

.text-btn {
  font-size: 14px;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 40px;
}

.cursor-pointer {
    cursor: pointer;
}

/* Confirmation email page*/
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    min-width: 355px;
    width: 42vw;
    padding: 40px 65px;
    position: relative;
    border-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #F6FAFF;
    box-shadow: 6px 6px 16px 0 #becde2,
                -6px -6px 16px 0 #ffffff;
}

.wrapper-bgc {
    background: RGB(233, 242, 252);
}

.verify-email-img {
    width: 220px;
    margin-bottom: 32px;
}

.verify-email-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.verify-email-subtitle {
    color: RGBA(0, 0, 0, 0.56);
    margin: 16px 0 32px 0;
    text-align: center;
}

/* Assign new password */
.assign-new-password-img {
    width: 220px;
    margin-bottom: 32px;
}

.assign-new-password-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.assign-new-password-subtitle {
    color: RGBA(0, 0, 0, 0.56);
    margin: 16px 0 32px 0;
    text-align: center;
}

.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.verify-email-title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.verify-email-subtitle {
    color: RGBA(0, 0, 0, 0.56);
    margin: 16px 0 32px 0;
    text-align: center;
}

.verify-email-img {
    width: 220px;
    margin-bottom: 32px;
}

#localeForm {
    background: RGB(239, 239, 239)!important;
}

#localeEN {
    border: 1px solid;
}
#localeUK {
    border: 1px solid;
}

.retreat-text {
    margin-left: 10px !important;
}
