/* _content/Laboratory_Standard/Pages/Experts/Create.cshtml.rz.scp.css */
.create[b-b8ywp0f8a6]{
    margin-top:60px;
}

.create__inner[b-b8ywp0f8a6]{
    width:100%;
    text-align:center;
}



.create-form__block[b-b8ywp0f8a6] {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    align-items:center;
}
.create-form__block:first-child[b-b8ywp0f8a6] {
    margin-top: 0;
}
.create-form[b-b8ywp0f8a6] {
    background: var(--main-color);
    border: 3px dashed var(--secondary-color);
    box-sizing: border-box;
    width: 100%;
    padding: 20px 10px;
}
.create-form__block-label[b-b8ywp0f8a6]{
    font-weight:700;
    color:var(--secondary-color)
}

.create-form__block-input[b-b8ywp0f8a6] {
    width: 30%;
    margin: 0;
    border: none;
    border-radius: 2px;
    transition: all 0.2s ease;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0);
    font-size: 20px;
    margin-top:20px;
    font-family: 'Museo';
    font-weight: 400;
}
.create-form__block-input:focus[b-b8ywp0f8a6]{
        outline:0;
        width:100%;
}
.create-form__button[b-b8ywp0f8a6]{
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: var(--secondary-color);
    font-family: "Museo";
    text-transform: uppercase;
    margin-top: 20px;
    width: 40%;
    background-color: transparent;
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
    transition: all 0.2s ease-in-out
}
.create-form__button:hover[b-b8ywp0f8a6]{
        background-color: var(--secondary-color);
        color: var(--text-color);
}


create-form__block-input:focus[b-b8ywp0f8a6] {
    outline: 0;
}


.create-form__block-input + label[b-b8ywp0f8a6] {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    width: 30%;
    border-top: 3px solid var(--secondary-color);
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
    height: 0px;
}

.create-form__block-input:focus + label[b-b8ywp0f8a6] {
        width: 100%;
}

.create-form__block-input:focus[b-b8ywp0f8a6] {
        padding-top: 10px;
}
@media (max-width: 650px) {
    .create-form__block-input[b-b8ywp0f8a6]{
        width:60%;
    }
    .create-form__block-input + label[b-b8ywp0f8a6]{
        width:60%;
    }
}
/* _content/Laboratory_Standard/Pages/Login/Index.cshtml.rz.scp.css */
.login[b-sm0kpi9wif]{
    margin-top:100px;
    position:relative;
}
.login__inner[b-sm0kpi9wif]{
    display:flex;
    justify-content:center;
}
.background[b-sm0kpi9wif] {
    max-width: 710px;
    width: 100%;
    height: 520px;
    position: absolute;
    transform: translate(-50%,14%);
    left: 50%;
    z-index:-1001;
    background: black;
}

.background .shape[b-sm0kpi9wif] {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
}

.shape:first-child[b-sm0kpi9wif] {
    background: linear-gradient( #032471, #403079 );
    left: -80px;
    top: -80px;
}

.shape:last-child[b-sm0kpi9wif] {
    background: linear-gradient( to right, #ff512f, #e5322c );
    right: -10px;
    bottom: -80px;
}

form[b-sm0kpi9wif] {
    height: 520px;
    max-width: 680px;
    width: 100%;
    background-color: rgba(255,255,255,0.13);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 0 40px rgba(8,7,16,0.6);
    padding: 50px 35px;
}

    form *[b-sm0kpi9wif] {
        color: #ffffff;
        outline: none;
        border: none;
    }

    form h3[b-sm0kpi9wif] {
        font-size: 36px;
        font-weight: 500;
        line-height: 42px;
        text-transform:uppercase;
        text-align: center;
    }

label[b-sm0kpi9wif] {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

input[b-sm0kpi9wif] {
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255,255,255,0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

[b-sm0kpi9wif]::placeholder {
    color: #e5e5e5;
}

button[b-sm0kpi9wif] {
    margin-top: 50px;
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
