* {
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
body {
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #5899f8;
    margin: 0;
    padding: 0;
}
input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
}
input[type=text]:focus {
    outline: none;
}
select:focus {
    outline: none;
}
.wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.full-page-cover {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #5899f8; 
    z-index: 1;
}
.brand-logo img {
    width: 120px;
}
.login-content {
    float: left;
    width: 320px;
}
.login-header {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.login-header h1 {
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}
.login-content form {
    float: left;
    width: 100%;
}
.each-text-field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.each-text-field label {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.each-text-field input {
    float: left;
    width: 100%;
    height: 40px;
    border: 2px solid rgb(0 0 0 / 14%);
    border-radius: 5px;
    padding: 0 15px;
    font-size: 15px;
}
.each-text-field input:focus {
    outline: white;
}
.submit-block {
    float: left;
    width: 100%;
    height: 80px;
    margin-top: 15px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
}
.general-btn {
    float: left;
    width: 100%;
    max-width: 320px;
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    background: #000000;
    border-radius: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 0;
}
.form-page-cover {
    float: left;
    width: 100%;
    height: calc(100% - 86px);
    overflow-y: auto;
    padding: 20px;
    padding-top: 70px;
}
.select-box {
    float: left;
    width: 100%;
    position: relative;
}
.select-box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #8a8a8a transparent transparent transparent;
    position: absolute;
    right: 18px;
    top: 18px;
}
.select-box select {
    float: left;
    width: 100%;
    height: 40px;
    font-size: 15px;
    border: 2px solid rgb(0 0 0 / 14%);
    padding: 0 20px 0 15px;
    border-radius: 5px;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.action-box {
    float: left;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: white;
    border-radius: 5px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.action-box h5 {
    text-align: center;
    margin: 0;
    font-size: 18px;
}
.action-box p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 50px;
}
.hide {
    display: none !important;
}
.action-box h5 {
    margin: 0;
    font-size: 18px;
}
.action-box p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 50px;
}
.next-btn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #000000;
    padding: 0 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #000000;
}
.alert  h5, .alert p {
    color: #f44336;
}
.field-set {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}
.field-set label {
    font-size: 20px;
    font-weight: 600;
    color: white;
}
.click-btn {
    float: left;
    width: auto;
    padding: 9px 20px;
    background: white;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.validation-text {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0;
    color:#d9261c;
}
.button-blocks span {
    float: left;
    margin: 0 10px;
}
.logout-btn {
    float: left;
    width: 24px;
    height: 24px;
    background: url("../images/logout.png") no-repeat;
    background-color: transparent;
    padding: 0;
    border: 0;
    background-size: contain;
    cursor: pointer;
}
.each-text-field  .multiSelectContainer {
    float: left;
    width: 100%;
}
.search-wrapper.searchWrapper {
    float: left;
    width: 100%;
    min-height: 40px;
    background: white;
    padding: 4px 15px;
}
.multiSelectContainer input {
    float: none;
    width: auto;
    height: 27px;
    margin-top: 0 !important;
    padding: 0 0 0 5px;
    font-size: 15px;
    border: 2px solid rgb(0 0 0 / 14%);
}
.optionListContainer {
    top: 100%;
    left: 0;
}
.multiSelectContainer li {
    font-size: 14px;
    font-weight: 600;
}
.each-text-field .chip {
    margin: 2.5px;
    border-radius: 3px;
    padding: 2px  6px;
}

@media only screen and (max-width : 800px)  and (max-height : 1280px) {
   
    body {
        zoom: 1.5;
    }

    .login-content {
        width: 100%;
    }
}