coming-soon-page .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1101;
    background-color: white;
}


coming-soon-page .soon-container {
    width: 100%;
    display: table;
    text-align: center;
    height: 100vh;
}

coming-soon-page .soon-container .container-items {
    display: table-cell;
    vertical-align: middle;
}

coming-soon-page .soon-container .container-items img {
    margin: 0 auto;
    width: 300px;
    height: auto;
    max-width: 100%;
}

coming-soon-page component-socialnetwork-b ._social_block a.social_icon img{
    height: 40px !important;
    width: auto !important;
}

coming-soon-page .soon-container .container-items h1 {
    margin: 40px 0;
    font-size: 48px;
    font-weight: normal;
    /*color: #409040;*/
}

coming-soon-page .container-key {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 200px;
    height: 100px;
}

coming-soon-page .container-key .close {
    transition: all 1s;
    opacity: .5 !important;
}

coming-soon-page .container-key .box {
    transition: all 1s;
    /*display: none;*/
}

coming-soon-page .container-key .box input {
    width: 100%;
    height: 50px;
    border: 1px solid #bfbaba;
    border-radius: 5px;
    outline: none;
    padding: 0px 10px;
    font-size: 2em;
    font-family: sans-serif;
}