* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #3e4247;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-weight: normal;
    color: #404040;
    text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-weight: 400;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
p {
    margin: 20px 0 40px;
}
.app-auth{
    overflow: hidden;
}
.app-wrapper-auth  .btn {
    background-color: transparent;
    border: 2px solid #469bdc;
    border-radius: 5px;
    color: #469bdc;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    line-height: 1em;
    outline: 0;
    padding: .6em 1em;
    position: relative;
    text-decoration: none;
    -webkit-transition: color .2s ease,background-color .2s ease,border .2s ease;
    transition: color .2s ease,background-color .2s ease,border .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.btn.btn-fill-primary {
    background-color: #469bdc;
    border-color: #469bdc;
    color: #fff;
}
.btn.btn-fill-primary:hover{
    border-color: #2888d2;
    background-color: #2888d2;
}
.btn.btn-fill-primary.disabled,.btn.btn-fill-primary[disabled]{
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .5;
}
.app-wrapper-auth .oauth-button {
    width: 300px;
    max-width: 100%;
    border: 0;
    background: #f6f6f6;
    color: #5e5e5e;
    font-size: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 42px;
}
.app-wrapper-auth .oauth-button:hover {
    background: #ededed;
}
.app-wrapper-auth .login .card .oauth-button {
    width: 100%;
}
.app-wrapper-auth .oauth-button .content, .app-wrapper-auth .oauth-button img {
    position: relative;
}
.app-wrapper-auth .oauth-button.oauth-button__google img {
    margin-right: 4px;
    top: 1px;
    width: 22px;
}
.app-wrapper-auth .oauth-button.oauth-button__microsoft img {
    margin-right: 5px;
    top: 1px;
    width: 19px;
}
.app-wrapper-auth .oauth-button.oauth-button__google .content {
    top: -4px;
}
.app-wrapper-auth .oauth-button.oauth-button__microsoft .content {
    top: -3px;
}
.HeroImage {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 35vw;
    height: 100vh;
    min-height: 800px;
    background: linear-gradient(-123deg,#e7f0ff,#f6f9ff);
}

.HeroImage .hero-wrapper {
    padding: 20px;
}
.HeroImage img {
    width: 100%;
    object-fit: contain;
}
.app-wrapper-auth .or-divider {
    color: #b3b3b3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    margin-bottom: -5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.app-wrapper-auth .or-divider::after, .app-wrapper-auth .or-divider::before {
    height: 2px;
    content: "";
    background-color: #ebebeb;
    width: 100%;
}
.app-wrapper-auth .or-divider span {
    margin: 0 12px 2px;
    font-size: 14px;
    font-weight: 500;
}
.app-wrapper-auth form .form-group {
    margin-bottom: 15px;
}
.app-wrapper-auth form label {
    font-size: 12px;
    color: #9aa8be;
    padding: 0 0 2px 0;
    margin: auto;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.app-wrapper-auth form label.control-label {
    line-height: 22px;
}
.app-wrapper-auth form input.form-control {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    border-radius: 2px;
    /* border: 1px solid #eaf0fa;*/
    background-image: none;
    padding: 0 2px 0 10px;
    color: #4c5669;
    filter: none;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #d6e0f1;

    display: block;
    width: 100%;
    height:40px;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: none;

    -moz-appearance: none;
}
.app-wrapper-auth form .show-password-container {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}
.app-wrapper-auth form .show-password-container #showPassword {
    position: absolute;
    display: block;
    top: -2px;
    right: -12px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    border: 0;
    outline: 0;
    z-index: 99;
    -webkit-appearance: button;
    cursor: pointer;
}
figure.mb-icon {
    margin: 0;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
figure.mb-icon.icon-20 {
    line-height: 24px;
    width: 24px;
    text-align: center;
    vertical-align: middle;
}
figure.mb-icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
figure.mb-icon.icon-20 svg {
    width: 20px;
    height: 20px;
}
.app-wrapper-auth form .dots figure svg {
    width: 14px;
    height: 14px;
}

.app-wrapper-auth form .show-password-container #showPassword figure path {
    stroke: #2481d7
}

.app-wrapper-auth form .show-password-container #showPassword.dots figure path {
    stroke: #9aa8bd
}

.app-wrapper-auth form input {
    margin: auto;
}

.app-wrapper-auth form input::-webkit-input-placeholder {
    color: #9aa8be;
    font-weight: 400
}

.app-wrapper-auth form input:-webkit-autofill,.app-wrapper-auth form input:-webkit-autofill:hover,.app-wrapper-auth form input:-webkit-autofill:focus,.app-wrapper-auth form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s
}
#signupform-password, #loginform-password {
    padding-right: 35px;
}
@media only screen and (max-width: 1000px){

}
.container {
    display: flex;
    margin-left: 40vw;
    width: 65vw;
    min-height: 100vh;
    flex-flow: column nowrap;
    justify-content: center;
}
.container >.content {
    padding: 80px 0;
    width: 430px;
    margin-right: 160px;
    align-self: center;
}
.container >.content h1{

}
.app-wrapper-auth form label.error {
    clear: both;
    min-height: 25px;
    margin: auto;
    /* max-width: 300px; */
    display: block;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.2em;
    color: #d9534f;
    text-transform: none;
    font-family: "proxima-nova",sans-serif;
    letter-spacing: 0;
    font-weight: 400;
}
@media only screen and (max-width: 1000px){
    .container {
        width: 100%;
        margin: 0;
        justify-content: flex-start;
    }
    .HeroImage {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
        background: none;
    }
    .HeroImage .hero {
        display: none;
    }
    .container >.content {
        box-sizing: border-box;
        margin: 0;
        padding: 20px;
    }
}
@media only screen and (max-width: 764px){
    .container >.content {
        width: 100%;
    }
}