﻿* {
    box-sizing: border-box;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: medium;
   
}

.form-control {
    font-size: medium;
}

#logo {
    display: flex;
    margin-bottom: 10px
}

#Name {
    align-self: flex-end;
    margin-left: 10px;
}

.page-header {
    display: flex;
    border: double;
    width: 80%;
}
.div-margin {
    margin-left:5px;
}

#description {
    font-size: large;
    background: rgb(30 122 180 / 82%);
    color: white;
    padding: 10px 10px 10px 10px;
    border-left: 20px solid #1E7AB4;
    margin-top: 5px;
}

.container1 {
    display: flex;
    flex-flow: row-reverse;
    margin: -25px;
}
#mainasterisk {
    color: red;
    font-weight: bold;
    font-size: large;
}

#asterisk {
    color: red;
    font-weight: bold;
    font-size: large;
}
#RadioName {
    margin: inherit;
}

#marginspace {
    padding-left: 7px;
}
#box {
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: rgb(72 67 67 / 15%);
}
#radio-inline{
    width:0%;

}
#UserDocument {
    margin-left: 30px;
    margin-top: 10px;
}

#text1 {
    color: black;
    margin-left: 5px;
}


#ConcentText {
    padding-left: 100px;
    margin-top: -60px;
    margin-right: 20px;
    text-align: initial;
    font-size: 13px;
    font-family: -webkit-body;
}
.container2 {
    font: -webkit-small-control;
    display: flex;
    justify-content: center;
    align-items: center;
}

