.login-panel {
    width: 300px;
    padding-bottom: 24px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.14);
    margin: auto;
}

.login-field {
    display: block;
    width: 252px;
    height: 40px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #dddddd;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    padding-left: 6px;
    margin-left: 24px;
}

.login-button {
    display: block;
    width: 252px;
    height: 40px;
    border-radius: 2px;
    border-style: none;
    background-color: #19aa89;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 24px 0 0 24px;
}

.login-title {
    display: block;
    margin-left: 24px;
    font-size: 14px;
    color: #2c2c2c;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.2px;
    font-weight: bold;
    height: 36px;
    padding-top: 10px;
}

.login-label {
    display: block;
    margin-left: 24px;
    font-size: 13px;
    color: #333333;
    font-family: Roboto, sans-serif;
    margin-bottom: 8px;
    margin-top: 18px;
}

.login-error {
    position: absolute;
    width: 320px;
    height: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #F5222D;
    bottom: -24px;
    left: 0px;
}

.login-info {
    display: block;
    margin-left: 24px;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    margin-bottom: 8px;
    margin-top: 18px;
}

.login-divider {
    width: 100%;
    height: 3px;
    margin-bottom: 6px;
    background-color: #19aa89;
}

.login-logo {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-logo-holder {
    padding-top: 156px;
}

.footer-button {
    position: relative;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 360px;
}

.login-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}

.login-link {
    height: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #096DD9;
    cursor: pointer;
}

.input-login-wrapper {
    position: relative;
    width: 360px;
}

.select-box-wrapper {
    outline: 1px solid gray;
    padding: 4px;
    height: 100px;
    overflow: auto;
}

.select-box {
    width: 100%;
    overflow-x: hidden;
    resize: none;
    border: 0;
    overflow: auto;
    outline: none;
    font-size: 14px;
    padding: 0;
    listStyleType: none;
}

.cerificate {
    font-size: 14px;
}

.cerificate_selected {
    background: #1890FF;
    color: #FFFFFF;
}
