.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        /* max-width: 540px; */
        max-width: 700px;
    }
}

@media (min-width: 768px){
    .container {
        /* max-width: 720px; */
        max-width: 880px;
    }
}

@media (min-width: 992px){
    .container {
        /* max-width: 960px; */
        max-width: 1120px;
    }
}

@media (min-width: 1200px){
    .container {
        /* max-width: 1140px; */
        max-width: 1300px;
    }
}

.ms-hero-page-override-home {
    margin: 0 0 0;
    padding: 30px 0 140px;
}

.ms-hero-img-meeting {
    background-image: url(../img/Hands_Puzzle.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}


.ms-hero-bg-warning:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 77, 128, 0.85);
    z-index: 0
}

.form-control-register {
    border: 1;
    /* background-image: linear-gradient(#03a9f4,#03a9f4),linear-gradient(#d2d2d2,#d2d2d2); */
    /* background-size: 0 2px,100% 1px; */
    /* background-repeat: no-repeat; */
    /* background-position: center bottom,center calc(100% - 1px); */
    /* background-color: transparent; */
    margin: 12px 0 0 0;
    padding: 7px;
    width: 100%;
    /* transition: background 0s ease-out; */
    float: none;
    /* box-shadow: none; */
    border-radius: 5px;
}

.ms-slidebar .ms-slidebar-header {
    min-height: 150px;
    background-image: url(../img/bg-slider-hands-puzzle.png);
    position: relative;
}

.icon-small
{
    height:18px;
    margin:0;
	padding:0;
}

.icon-medium
{
    height:22px;
	margin:0;
	padding:0;
}

.absolute-center {
    top: 400px;
}

@media (max-width: 767px) {
    .absolute-center {
        top: 420px;
    }
}

.material-background{
    /* background-color:green; */
    background-image: url(../img/Hands_Puzzle.jpg);
    display:block;
    position:absolute;
    width:100%;
    height:1000px;
    top:0;
    left:0;
    z-index:0;
    transition:all ease 1s}
.bd-scroll .material-background{
    height:1000px
}

.three_cols li {
    float:left;
    width:50%;
}

.ms-navbar.navbar-mode .navbar-collapse, .ms-lead-navbar.navbar-mode .navbar-collapse {
    margin-right: 0;
}

.btn-back-top.back-show {
    bottom: 80px;
}

.card .card-block, .card .card-body, .card.card-block, .card.card-body {
    padding: 0px;
    padding: 0px;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.required_field {
    font-size: 12px;
    line-height: 1.07143;
    font-weight: 400;
    margin: 20px 0 0 -5px;
}

.card-hero {
    margin-top: 0;
}
.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-logo{
    position: relative;
    margin-left: -41.5%;
}
.login-logo img{
    position: absolute;
    width: 20%;
    margin-top: 19%;
    background: #262728;
    border-radius: 4.5rem;
    padding: 5%;
}
/* .login-form-1{
    padding: 2% 9% 3 9%;
    background:#6b74f3;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 25px;
    border: 4px solid #fff;
} */
.login-form-1-top{
    padding: 2% 9% 2% 9%;
    /* background:#6b74f3; */
    background:#022139;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 25px 25px 0 0;
    border-top: 4px solid silver;
    border-right: 4px solid silver;
    border-left: 4px solid silver;
    border-bottom: 2px solid silver;
}
.login-form-1-bottom{
    padding: 0 9% 3% 9%;
    background:#fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0 0 25px 25px;
    border-top: 2px solid silver;
    border-right: 4px solid silver;
    border-left: 4px solid silver;
    border-bottom: 4px solid silver;
}
.login-form-1-top h2{
    text-transform: uppercase;
    text-align: center;
    /* margin-bottom:8%; */
    margin:0;
    padding:0;
    color:#fff;
    font-size: 150%;
}
.login-form-1-top h3{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    /* margin-bottom:8%; */
    margin:0;
    padding:0;
    color:goldenrod;
    font-size: 200%;
}

.btnSubmit {
    display: block;
    font-size: 32px;
    color: #a37b00;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    background-color: #ffc200;
    padding: 19px 15px 9px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: -0.5px;
    border-bottom: 5px solid #db9e00;
    text-shadow: 0px 2px 0px #ffd968;
    width: 100%;
    padding-top: 21px;
    padding-bottom: 21px;    
}
.btnSubmit:visited,
.btnSubmit:hover {
    color: #a37b00;
}
.btnSubmit span {
    font-size: 14px;
    display: block;
}


.ms-navbar-dark {
    background-color: #03a9f4;
}