.error-div input {
    border: 2px solid#ea384c;
}

.errorlist li {
    color: #ea384c;
    text-align: left;
}

#drop_zone:hover {
    cursor: pointer;
}

#drop_zone {
    border-width: 1px;
    border-radius: 5%;
    border-color: gray;
    width: 100%;
    border-style: dashed;
    margin-bottom: 25px;
    padding-top: 10%;
    padding-bottom: 10%;
}

.fail-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

.alert-box {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #fff7af;
    text-align: center;
    border-radius: 10px;
}

.blue-bordered-box {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    border-color: blue;
    border-width: 1px;
    border-style: solid;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    height: 50px;
}

.blue-bordered-box img {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    margin-left: 5%;
    height: 100%;
    width: auto;
}

.blue-bordered-box div {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    margin-left: 5%;
    height: 100%;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blue-bordered-box .button {
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
    margin-right: 5%;
    height: 100%;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clickable:hover {
    cursor: pointer;
    background-color: lightgray;
}

#uc-btn-accept-banner {
    background-color: #01c101 !important;
}

#footer-links {
    padding-left: 15px;
    margin-left: 0px;
}

#soical-media-footer {
    margin-bottom: 150px;
}

.hidden-field {
    display: none;
    height: 0PX
}

.switch {
    position: relative;
    display: inline-block;
    width: 20vw;
    height: 2.5vw;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-box {
    display: flex;
    align-items: center;
}

.slider-label {
    margin-left: 10px;
    margin-right: 10px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1c2c54;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 2vw;
    width: 2vw;
    left: 2%;
    bottom: 0.25vw;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(17.1vw);
    -ms-transform: translateX(17.1vw);
    transform: translateX(17.1vw);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.bottom-margin-2 {
    margin-bottom: 40px;
}

.centered-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.top-margin {
    margin-top: 20px;
}

input:disabled {
    color: gray !important;
}

.pw-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
} 

.pw-container label img {
    height: 10px;
    width: auto;
}

.no-pointer-events {
    pointer-events: none;
}
