

/* Start:/local/templates/lifeup/css/auth.css?17645282643683*/
.breadcrumbs, .title {
    display: none !important;
}

.btn {
    width: 100%;
    height: 50px;
    padding: 0 40px;
    background: #00a0e3;
    border-radius: 50px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-border{
    width: 100%;
    height: 50px;
    padding: 0 30px;
    margin: 0 auto;
    color: #00a0e3;
    border: 1px solid #00a0e3;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease-in;
    background: none;
    cursor: pointer;
}

.btn-border:hover {
    background: #00a0e3;
    color: #fff;
    border-color: #00a0e3;
}

.bx-form-container {
    max-width: 400px;
    margin: 70px auto 0;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 20px;
    padding: 40px;
}

.text_page h3 {
    margin-bottom: 36px !important;
}

.bx-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.bx-authform-content-container{
    text-align: center;
}

.bx-form-input-container {
    margin-top: 5px;
}

.bx-form-input-container input {
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #d0d0d0;
    padding: 0 20px;
    margin-bottom: 20px;
}

.bx-form-link-container {
    text-align: center;
    margin-top: 10px;
}

.bx-form-link-container a {
    color: #323232;
    font-size: 14px;
    text-decoration: none;
}

.bx-form-link-container a:hover {
    text-decoration: underline;
    color: #00a0e3;
}

.form-checkbox-container {
    margin-bottom: 30px;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}
.form-checkbox-container .checkbox {
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    column-gap: 10px;
}

.form-checkbox-container .checkbox input {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 4px;
}

.form-checkbox-container .checkbox .text {
    max-width: 380px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.form-checkbox-container .checkbox .text:before {
    content: "";
    min-width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #656565;
    background: #fff;
    transition: all 0.3s ease-in;
    position: relative;
    /*top: -10px;*/
}

.form-checkbox-container .checkbox input:checked + .text:after {
    opacity: 1;
}

.form-checkbox-container .checkbox input:checked + .text:before {
    border-color: #00a0e3;
}

.form-checkbox-container .checkbox .text:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute; 
    left: 3px;
    top: 3.5px;
    border-radius: 2px;
    background: #00a0e3;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.policy-container.form-checkbox-container .checkbox .text:before {
    top: -10px;
}

.policy-container.form-checkbox-container .checkbox .text:after {
    top: 7.5px;
}

.form-checkbox-container .checkbox p {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin: 0;
}

.form-checkbox-container .checkbox p a {
    color: #323232;
    transition: all 0.3s ease-in;
}

.form-checkbox-container .checkbox p a:hover {
    color: #00a0e3;
}

.form-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    padding:0 10px;
}

.form-bottom.register{
    justify-content: center;
}
/* End */
/* /local/templates/lifeup/css/auth.css?17645282643683 */
