.container-create{
    /*display: -webkit-flex;
    display: flex;*/
    /*height: 50%;*/
    /*width: 80%;*/
    /*flex-direction: column;
    flex: none;*/
    /*align-items: center;
    justify-content: center;
    align-content: stretch;*/
    /*flex-wrap: nowrap;*/
    margin-top: 5%;
    padding: 20px 20px 35px 20px;
    /*border-radius: 5px;
    border: 0.1em solid #073363;*/
    /*box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);*/
    background-color: white;
    float: none;
    /*margin:  5px auto 5% auto;*/
}

.container-create-item-top{
    /*display: -webkit-flex;
    display: flex;
    flex-direction: column;
    
    width: 100%;*/
    /*flex-basis: auto;*/
    margin: 5px;
    padding: 5px;
    background-color: lightgray;
    border-radius: 5px;
    border: 0.1em solid lightgray;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);
    float: none;
}
.container-create-item-mid{
    align-self: center;
    margin: 5px;
    /*padding: 40px 0px;
    border-radius: 5px;
    border: 0.1em solid lightgray;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);*/
}
.container-create-item-menu{
    margin-left: 56%;
    margin-bottom: 5px;
    margin-top: -20px;
    align-self: flex-start;
}
.container-create-item-bottom{
    align-self: center;
    margin: 5px;
}

.temp-login-heading {
    color:white;
    /*background-color: #073363;*/
    float: none;
    text-align:center;
}

.temp2-login-heading{
    color:white;
    padding-left: 28%;
    padding-right: 28%;
    background-color: #073363;
}

.back-cont{
    background-color: lightsteelblue !important;
}

.input-group {
    padding-left: 15px !important;
}
