html, body {
    background-color: #f1f1f1;
    height: 100%;
    width: 100%;
}
.api-engine-panel {
    box-sizing: border-box;
    height: 600px;
    margin: auto;
    width: 1000px;
}

.zarejestruj-biuro {
    box-sizing: border-box;
    display: flex;
    background-color: #f1f1f1;
    font-family: Dosis;
    height: 100%;
    margin: auto;
    width: 1000px;
}

.zarejestruj-biuro__white {
    height: 99%;
    width: 100%;
    margin: auto;
    background-color: white;
}

.zarejestruj-biuro__white_register {
    width: 100%;
    margin: auto;
    background-color: white;
}

.zarejestruj-biuro__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 40px;
    justify-content: space-between;
}

.zarejestruj-biuro__headerLOGO {
    background-image: url(../../images/LOGO.svg);
    height: 58px;
    width: 267px;
}

.zarejestruj-biuro_api_engine__headerLOGO {
    background-image: url(../../images/LOGO.svg);
    height: 58px;
    width: 395px;
}

.zarejestruj-biuro__headerText {
    align-items: flex-start;
    color: #545454;
    display: flex;
    flex-direction: column;
    font-family: Dosis;
    font-size: 20px;
    font-weight: 500;
    width: 415px;
}

.zarejestruj-biuro__headerText_title {
    color: #09428f;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.zarejestruj-biuro__headerText_titleOrange {
    color: #f4782f;
    font-size: 22px;
    font-weight: 700;
}

.zarejestruj-biuro__headerText_text {
    font-size: 16px;
    font-weight: 500;
}

.zarejestruj-biuro__headerMap {
    background-image: url(../../images/map.png);
    height: 141px;
    width: 151px;
}

.zarejestruj-biuro__mainPanel {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.zarejestruj-biuro__form {
    background-color: #f4f4f4;;
    border-radius: 10px;
    box-shadow: 0 2px 9px rgba(1, 1, 1, 0.19);
    border: 1px solid rgba(244, 120, 47, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 30px 30px 30px;
    height: auto;
    width: 100%;
}

.zarejestruj-biuro__userIcon {
    background-image: url(../../images/user-icon.png);
    height: 51px;
    width: 52px;
}

.zarejestruj-biuro__title {
    color: #09428f;
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 0 20px;
}

.zarejestruj-biuro__formTitleSection {
    display: flex;
    flex-direction: row;
    margin: 20px 20px 10px 0;
}

.zarejestruj-biuro__formTitle {
    margin: 0;
}

.zarejestruj-biuro__inputSection {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 7px;
    width: 420px;
}

.zarejestruj-biuro__recaptcha {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.zarejestruj-biuro__recaptchaError {
    color: red;
}

.zarejestruj-biuro__label {
    text-align: end;
    font-size: 15px;
    font-weight: bold;
    color: grey;
    margin: 0 5px 0 0;
    width: 120px;
}

.zarejestruj-biuro__input {
    display: flex;
    flex-direction: column;
}

.zarejestruj-biuro__inputField {
    -moz-box-shadow: inset 7px 9px -7px #CCC;
    -webkit-box-shadow: inset 0 7px 9px -7px #CCC;
    box-shadow: inset 0 7px 9px -7px #CCC;
    border: solid 1px #ccc;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    width: 300px;
    text-overflow: ellipsis;
}

.disabled{
    background-color: #e2e2db !important;
    color: black;
}

.zarejestruj-biuro__inputError {
    text-align: center;
    color: red;
    width: 300px;
    margin-left: 120px;
    font-size: 12px;
}

.zarejestruj-biuro__select{
    background-color: white;
    -moz-appearance: none;
    -webkit-appearance: none;
    align-content: center;
    text-align-last:center;

}

.zarejestruj-biuro__checkboxesSection {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    margin: 20px 0 0 38px;
    width: 450px;
}

.zarejestruj-biuro__checkboxInput {
    margin-top: 2px;
    margin-right: 10px;
}

.zarejestruj-biuro__checkboxLabel {
    font-size: 13px;
    font-weight: bold;
    color: grey;
    width: 400px;
}

.zarejestruj-biuro__checkboxSection {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
}

.zarejestruj-biuro__checkboxError {
    text-align: left;
    color: red;
    width: 100px;
    font-size: 12px;
}

.zarejestruj-biuro__submitButton {
    border: 1px solid #f4782f;
    border-radius: 7px;
    background-color: #f4782f;
    text-decoration: none;
    text-align: center;
    padding: 15px 45px;
    color: white;
    margin: 40px;
    width: 400px;
    cursor: pointer;
    font-size: 26px;
    font-family: Dosis;
    font-weight: 900;
}

.zarejestruj-biuro__submitButton * {
    background-color: #f4782f;
    border: none;
}

.zarejestruj-biuro__submitButton:hover {
    box-shadow: 0 2px 10px rgba(1, 1, 1, 0.7);
}

.zarejestruj-biuro__rightPanel {
    display: flex;
    flex-direction: column;
    color: #09428f;
    font-family: Dosis;
    font-size: 20px;
    font-weight: 500;
    margin-left: 50px;
    margin-bottom: 150px;
}

.zarejestruj-biuro__rightPanel_title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.zarejestruj-biuro__rightPanel_titleOrange {
    color: #f4782f;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.zarejestruj-biuro__rightPanel_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5px 50px 0px 20px;
}

.zarejestruj-biuro__rightPanel_textColumn {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.zarejestruj-biuro__rightPanel_fileImg {
    background-image: url(../../images/file-invoice.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 32px;
}

.zarejestruj-biuro__rightPanel_archiveImg {
    background-image: url(../../images/archive.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 43px;
}

.zarejestruj-biuro__rightPanel_eyeImg {
    background-image: url(../../images/eye.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 46px;
    margin-left: 5px;
}

.zarejestruj-biuro__rightPanel_textUpper {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.zarejestruj-biuro__rightPanel_textAmount {
    font-size: 40px;
    font-weight: 700;
}

.zarejestruj-biuro__rightPanel_accountantImg {
    background-image: url(../../images/accountant.png);
    height: 213px;
    width: 313px;
    margin: 30px 40px;
}

.zarejestruj-biuro__rightPanel_textInfo {
    display: flex;
    color: #545454;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 5px;
    font-family: Dosis;
    font-size: 16px;
    font-weight: 500;
}

.zarejestruj-biuro__rightPanel_textInfoTitle {
    color: #09428f;
    margin-top: 5px;
    font-size: 24px;
    font-weight: 500;
}

ul.rightPanel_textInfoList {
    color: #636363;
    font-family: Dosis;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 1px;
    position: relative;
    width: 380px;
}

ul.rightPanel_textInfoList li {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

ul.rightPanel_textInfoList li:before {
    background-color: white;
    background-image: url(../../images/check.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: inline-block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 14px;

}

.zaloguj-klienta_container {
    display: flex;
    flex-direction: column;
}

.zaloguj-klienta_button {
    border: 1px solid #f4782f;
    font-size: 30px;
    border-radius: 7px;
    background-color: #f4782f;
    text-decoration: none;
    text-align: center;
    padding: 15px 25px;
    cursor: pointer;
    color: white;
    justify-self: flex-end;
    align-self: flex-end;
    margin-top: 20px;
    width: 200px;
}

.zaloguj-klienta_button:hover {
    box-shadow: 0 2px 10px rgba(1, 1, 1, 0.7);
}

.zaloguj-klienta_section {
    display: flex;
    flex-direction: column;
    margin: 20px 40px;
    width: 850px;
}

.zaloguj-klienta-text {
    width: 850px;
}
