@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.container {
    height: 100%;
    display:block;
    width: 100%;
}
.wrapper{
    display:none;
    position:absolute;
    z-index:500;
    height:100vw;
    width:100vw;
    margin:0 auto;
    background:rgba(0,0,0, 0.5);
}
.container{
    width: 100%;
    margin-top: 40px;
    display: block;
    text-align: center;
}
#myDiv {
    display: none;
    text-align: center;
  }
html {
    min-height: 100%;
}
body {
    background-color: rgba(45, 48, 63, 0.9);
    color: #2d303f;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.35;
    min-height: 100%;
}
a {
    color: #2d303f;
}
img {
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 1;
}
.mm-wrapper {
    position: relative;
    min-height: 100vh;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.mm-header {
    position: relative;
    padding: 15px 0;
    background-color: #2d303f;
    box-shadow: 0 0 5px 3px #8f8f96;
}
.mm-logo {
    margin: 0 auto;
    padding-left: 20px;
    max-width: 300px;
}
.mm-logo img {
    margin: 0 auto;
}
.mm-start-page {
    /*background: url("../images/start-banner-mm.jpg") repeat top center;*/
    /*background-size: cover;*/
    /*height: 100%;*/
}
.mm-start-page .mm-header {
    background-color: transparent;
    background-color: #2d303f;
    box-shadow: none;
    margin-bottom: 20px;
}
.mm-start-page .mm-logo {
    padding-left: 0;
}
.form-group {
    margin-bottom: 20px;
    background-color: #2d303f;
    padding: 20px 20px;
    border-radius: 10px;
    color: #fff;
    /*box-shadow: 0 0px 5px 0px #2d303f;*/
}
label {
    margin-bottom: 20px;
}
.mm-btn-start {
    background-color: #5b6e44;
    border: none;
    border-radius: 15px!important;
    /*box-shadow: 0 0px 10px 0px #2d303f;*/
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 1;
    margin: 20px auto 30px;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    width: calc(100% - 30px);
}
.mm-btn-start:hover {
    background-color: #ffffff;
    color: #2d303f;
}

/* @media (max-width:440px) {

    .mm-container {
        margin-top: 20%;
        flex-wrap: wrap;
        vertical-align: top;
        float: left;
        display: table;
        position: absolute;
        left: 2%;
        right: 1%;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding: 0px 0px 0px 0px ;
        margin: 0px 0px ;
    }
} */
form {
    max-width: 600px;
    margin: auto;
}

.form-group {
    text-align: left;
}
.form-group .form-control {
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding: 0;
}

.form-group .form-control:focus {
    box-shadow: none;
    outline: none;
}

.form-group .form-control + .error {
    font-size: 12px;
    color: #b50202;
    margin-bottom: 0;
}
