* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    /* overflow: hidden;*/
}
/* width */
::-webkit-scrollbar {
    width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: Gray;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      /*  background: #b30000;*/
    }

body {
    background-image: url('/Content/custom/img/dios_bgimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    width: auto;
    background-attachment: fixed;
}

header {
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
}

.button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
}

    .button a {
        text-decoration: none;
        background: transparent;
        color: white;
        padding: 5px 25px;
        font-size: 18px;
    }

footer {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    position: fixed;
    left: 15px;
    bottom: 9px;
    width: 100%;
    color: white
}

    footer div h3 {
        padding: 5px;
        font-size: 15px;
    }

.logo {
    text-align: center;
    margin-top: 40px;
}

    .logo img {
        width: 260px;
    }

.my-2 {
    margin-top: 10px;
    margin-bottom: 10px
}


.form {
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    margin: auto;
    margin-top: 15px;
    overflow-y: auto;
}

.form-padding-wrapper {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 15px;
    padding-top: 10px;
}

.left-input {
    width: 50%;
    padding: 0px 30px 0px 0px;
}

.right-input {
    width: 50%;
}

.form-padding {
    padding-bottom: 15px;
}

input {
    margin-top: 3px;
    width: 100%;
    height: 35px;
    outline: none;
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    color: #333;
    border-radius: 2px;
}

.city-wrapper {
    display: flex;
    padding-bottom: 15px;
}

.city-width {
    width: 33%;
    margin-right: 1%;
}

.primary-1 {
    text-decoration: none;
    color: white;
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #0055D2;
    display: inline-block;
    padding: 12px 0px 12px 0px;
    border: 2px solid #0055D2;
    border-radius: 3px;
    margin-top: 10px;
}

    .primary-1:hover {
        color: white;
    }

.form-btn {
    text-align: center;
}

.my-4 {
    margin-bottom: 10px;
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color:;
    --bs-toast-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-border-width: 1px;
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: 0.375rem;
    --bs-toast-box-shadow: 0 0.5rem 1remrgba(0, 0, 0, 0.15);
    --bs-toast-header-color: #6c757d;
    --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
    --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    /* background-color: var(--bs-toast-bg); */
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}


/*@media only screen and (max-width: 99px) {
    .form {
        width: 90%;
    }

    .form-padding-wrapper {
        display: contents;
        

    }

    .left-input {
        width: 100%;
        padding: 0px;
        margin: auto;
    }

    .right-input {
        width: 100%;
        margin: auto;
    }

}*/
/* Start new css */
button#submit {
    width: 180px;
    margin: 0px auto;
}

@media only screen and (max-width: 767px) {
    .logo img {
        width: 188px;
    }
}

@media only screen and (max-height: 800px) {
    .logo {
        margin-top: 0px;
    }
}
/* End new css */
