.alert-create0 {
    background-color: rgb(239, 247, 251);
    border-radius: 0px;
}

.create2-one {
    font-size: 32px;
    font-weight: 500;
}

.acceptable {
    margin-top: -45px;
}

.show-thin {
    border-left: rgb(0, 0, 0) solid thin;
}

.input-Firstname {
    margin-left: -70px;
}

.Select-Nationality {
    margin-left: -70px;
    padding-top: 50px;
}

.Father-name {
    margin-top: 50px;
}

.Address-line1 {
    margin-top: 50px;
    margin-left: -70px;
}

.Address-line2 {
    margin-top: 50px;
}

.example-2 {
    position: relative;
    /* overflow-y: scroll; */
    /* height: 600px; */
    border: none;
    background-color: #f2f4f6;
    padding: 2% 3% 2% 3%;
    /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
}

.dashed {
    border-style: dashed;
    border-radius: 8px;
    color: #658EBE;
}

.image-file-plus {
    width: 100%;
}

.show2 {
    border-left: lightgray solid thin;
    height: 70px;
    margin-top: 20px;
}

.show3 {
    border-left: lightgray solid thin;
}

.solid {
    border-style: solid;
    border-radius: 10px;
}

.choosefile {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px 10px;
    margin-left: 5px;
    /* font-family: 'Helvetica', sans-serif; */
    transition: .5s;
    font-weight: 700;
}