body {
    font-family: Roboto,sans-serif;
    color: #484848;
    background-color: #f9f9f9;
}

h1 {
    font: 700 32px/40px Roboto,sans-serif
}

.text-center {
    text-align: center!important;
}

input {
    outline: none;
}

input:required {
    border: 1px solid red!important;
}

.hidden {
    display: none;
}

.login-content, .files-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 410px;
}
.files-content {
    width: fit-content;
}


.login, .form {
   border: 1px solid #eaebef;
   box-shadow: 0 2px 15px 0 rgb(52 82 112 / 9%);
   padding: 40px;
   background-color: #fff;
}

.login-form .form-group {
    margin-bottom: 1.5rem;
}

.login-form .form-control {
    display: block;
    width: -webkit-fill-available;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login-form .form-group input[type=button],
.form .form-group input[type=button]{
    width: 100%;
    display: block;
    height: 48px;
    outline: none;
    border: 1px solid #999;
    padding: 5px 20px;
    font-size: 15px;
    line-height: 17px;
    background: #fff;
    color: #999;
    border-radius: .5rem;
}

.login-form .form-group input[type=button]:hover,
.form .form-group input[type=button]:hover {
    cursor: pointer;
    border: 1px solid #000;
}

.add-request__file-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.add-request__file-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.add-request__file-button label {
border-left: 1px solid #a5a4a5;
    height: 30px;
    line-height: 30px;
    width: 150px;
    cursor: pointer;
    text-align: center;
}
.add-request__file-dropzone {
    border: 1px solid #a5a4a5;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.add-request__submit-button-block {
   display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.add-request__submit-button-block button {
    background: none;
    border: 1px solid #a5a4a5;
    box-shadow: none;
    height: 30px;
    line-height: 28px;
    padding: 0;
    width: 150px
}

.button-files-load {
    display: flex;
    height: 48px;
    outline: none;
    border: 1px solid #999;
    font-size: 15px;
    line-height: 17px;
    background: #fff;
    color: #999;
    border-radius: .5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;

}
.button-files-load label:hover {
    cursor: pointer;
}
.button-files-load:hover {
    cursor: pointer;
    border: 1px solid #000;
}

.delete-files {
    color: red;
    cursor: pointer;
    right: 30px;
    position: absolute;
}

.select2 {
    width: 100%!important;
}
