﻿.div-1 {
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.div-with-withe-background {
    background-color: rgb(255,255,255,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid;
    border-width: 5px;
    border-color: #ff0000;
    margin-left: 20px;
    margin-top: 10px;
    padding: 20px;
    width: 1000px;
    margin-bottom: 50px;
    border-radius: 15px;
}

.div-with-withe-background-type-form {
    background-color: rgb(255,255,255,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid;
    border-width: 5px;
    border-color: #ff0000;
    margin-left: 20px;
    margin-top: 10px;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 15px;
}

.centering-clear-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 50px;

}

.centering-clear-div-0-margin {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-top: 50px;
}

.align-right-justify-clear-div {
    display: flex;
    justify-content: left;
    padding: 0;
    margin: 0;
    width: 200px
}

.full-height-centering-clear-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.full-height-centering-with-solid-withe-background-div {
    background-color: rgb(255,255,255,1);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.background-ntc-banner-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.background-ntc-above-banner-div {
    display: flex;
    font-size: 80px;
    align-items: center;
    width: 100%;
    color: #4b4b4b;
}

.radio-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    margin: 10px;
    border: solid;
    border-width: 5px;
    border-color: #ff0000;
    border-radius: 15px;
}

.radio-list {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

    .radio-list label {
        display: block;
        margin-bottom: 10px;
    }

.checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px;
    margin: 10px;
    border: solid;
    border-width: 5px;
    border-color: #ff0000;
    border-radius: 15px;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

    .checkbox-list label {
        display: block;
        margin-bottom: 10px;
    }

.address-div {
    border: solid;
    border-width: 2px;
    border-color: black;
    background: #d9d9d9;
    padding-top: 5px;
    margin: 10px;
    border-radius: 10px;
    

}
