.accounts-auth-container{
    background-color: white;
    width: 649px;
    border-radius: 0;
    padding: 28px 47px 28px 47px;
    left: 50%;
    margin-left: -325px;
}

@media (max-width: 767px) {
    .accounts-auth-container{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .form-field-container{
        width: 100% !important;
    }
    .hr{
        width: 100% !important;
    }
    .btn-sign-in-with{
        width: 50% !important;
    }
}

.accounts-navbar{
    display: flex;
    padding-bottom: 19px;
}
.accounts-navbar hr {
        border-left: 1px solid #BBBBBB;
        width: 1px;
        height: 33px;
        margin: 0px 18px 0px 0;
}
.accounts-navbar .active {
    color: #000000;
}

.accounts-menu-item {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.5px;
    text-align: left;
    text-transform: uppercase;
    margin: 0px 18px 0px 0px;
    color: #999999;
    background-color: white;
    border: 0;
    padding: 0;
}

.form-container{
    margin-bottom: 26px;
}

.form-container label{
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: lighter;
    line-height: 25px;
    letter-spacing: 0.75px;
    text-align: left;
    text-transform: uppercase;
    color: silver;
    height: 29px;
}

.form-container label.active {
    color: #000000;
}

.margin-bottom-register{
    margin-bottom: 16px !important;
}

.auth-container hr {
    margin-top: 0px;
    margin-bottom: 26px;
}
.auth-container p a{
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 1px;
    text-align: left;
    color: #000000;
}
.auth-container p {
    margin-bottom: 31px;
}

.btn-sign-in-with{
    width: 300px;
    height: 49px;
    border: 1px black solid;
    box-sizing: border-box;
    border-radius: 0;
}

.auth-container-footer{
    /*display: flex;*/
}

.auth-container-footer a{
    width: 300px;
    height: 49px;
}

.auth-container-footer button{
    box-shadow: 0 0 black;
    border-color: black;
    border-radius: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.auth-container-footer .button-silver{
    border: 1px solid #C4C4C4;
    color: #999999;
}

.btn-submit{
    box-shadow: 0 0 black;
    border-radius: 0;
    /*right:44px;
    bottom: 32px;
    position:absolute;*/
    width: 102px;
    height: 49px;
    padding: 0;
}

.auth-container-footer div{
    display: inline-flex;
}
.form-field-container{
    display: flex;
    vertical-align: middle;
    border: 1px #C4C4C4 solid;
    /*width: 560px;*/
    height: 48px;
    box-shadow: 0 0 white;
    /*min-width: 272px;
    max-width: 560px;*/
    padding-left: 13px;
}

.form-input-field-container{
    width: 93%;
    margin-left: 33px;
}

.form-field-container:focus-within{
    border-bottom: 2px black solid;
}
.form-field-image{
    height: 16px;
    width: 16px;
    margin: 16px 0 0 0;
    position: absolute;
    color: #000000;
}
.form-field-text{
    height: 25px;
    margin: 12px 0 11px 0 !important;
    box-shadow: 0 0 white !important;
}
.form-field-text.login{
    width: 282px;
}
.form-field-container input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    /*use inset box-shadow to cover background-color*/
    -webkit-text-fill-color: black !important;
    /*use text fill color to cover font color*/
}

.form-field-container input:focus {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset !important;
    /*use inset box-shadow to cover background-color*/
    -webkit-text-fill-color: black !important;
    /*use text fill color to cover font color*/
}