.container{
    /*background-color: white;*/
    float: none;
    margin: 0px auto;
    margin-top: 10%;
    /*display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: none;
    margin-bottom: 20%;*/
}

.flex-button{
    margin-bottom: 10px;
    /*background-color: #ff9000 !important;*/
    color: white !important;
}
.flex-heading{
    flex-grow: 1;
    align-self: center;
}
.flex-form{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
}

.flex-heading{
    font-size: 1.8em;
    font-weight: bold;
    margin: 15px 0px;
}

.login-heading{
    color:white;
    /*padding-left: 46%;
    padding-right: 46%;*/
    text-align: center;
    /*background-color: #073363;*/
    border-radius: 4px;
}

.uk-card-login {
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0,0,0,.4);
}

.resetpass-heading{
    color:white;
    padding-left: 32%;
    padding-right: 32%;
    background-color: #073363  
}
.form-link{
    color: #21427A !important;
    margin-top: 5px;
    padding: 5px 10px;
    float: right;
}
button{
    /*margin-top: 30px;*/
    /*margin-bottom: 25px;*/
}
a:link{
    color: black;
}
/*a:visited{
    color: #29a399;
}*/

.modal {
    width: fit-content;
    height: fit-content;
    float: none;
    margin: auto;
    z-index: 9999; 
    background: transparent;
    border-color: transparent;
    box-shadow: transparent;
    box-shadow: 0px;
    border: 0 hidden transparent;
}



