﻿
.dv-main-login {
    border-radius: 20px;
    background-color: white;
}

.dv-logo {
    text-align: center;
    color: #005191;
}

.text-shadow-blue {
    text-shadow: 0px 1px 3px rgba(37,48,128,0.92);
}

.input-login {
    border-radius: 10px;
    border: 1px solid #005191;
    width: 90%;
    text-align: right;
    display: block;
    margin: auto;
    padding: 5px 10px;
    margin-top: 15px;
    font-size: large;
}

.btn-blue {
    border-radius: 10px;
    width: 35%;
    background: #023C6A;
    color: white;
    height: 3.5rem;
}

.revers-margin {
    margin-left: -50px;
}

.revers-margin-10 {
    margin-left: -10px;
}

.margin-auto {
    margin: auto;
}

.text-margin-desc-top {
    margin-top: 10px;
}

.text-margin-desc-bottom {
    margin-bottom: 30px
}

.text-padding-desc-bottom {
    padding-bottom: 30px
}

.margin-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 99%;
}

.width-95 {
    width: 95%
}

.height-100-vh {
    height: 100vh;
}

.checkbox-style {
    margin-left: 10px;
    width: 19px;
    height: 20px;
}

.customize-radio input[type='radio'] {
    display: none;
}

    .customize-radio input[type='radio'] + label {
        display: inline-block;
        position: relative;
        padding-left: 2em;
        margin-right: 20px;
    }

    .customize-radio input[type='radio']:checked + label:after {
        width: 0.7em;
        height: 0.7em;
        border-radius: 50%;
        top: 5px;
        left: 5px;
        position: absolute;
        background-color: #005191;
        content: "";
    }

.customize-radio input[type=radio] + label:before {
    content: "";
    border-color: #005191 !important;
    border: solid 0.2em;
    width: 1.25em;
    position: absolute;
    left: 0;
    height: 1.3em;
    border-radius: 50%;
}
.custom-select select {
    appearance: none;
    font-size: 1rem;
    padding: 0.675em 6em 0.675em 1em;
    border-radius: 24px;
    cursor: pointer;
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .backgroud-dash {
        width: 100%;
        background-image: url('./images/DASHED LINE1.svg');
        background-size: cover;
        background-position: center;
    }
}


