/* ############### ACHTERGROND AFBEELDING ############## */
.bg-img {
    background-image: url(../images/intro_frame.png);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

}

/* ############### */


* {
    font-family: 'Proxima Nova';
}

body {
    height: 100%;
    margin: 0 !important;
    line-height: 18px;
}

.font-soft {
    font-family: 'Proxima Soft' !important;
    font-weight: 600;
}

.flex-full-w {
    width: 100%;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-l-15 {
    margin-left: 15px;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.item {
    background-color: #f2f4f5;
    border-radius: 20px;
    padding: 25px;
    min-width: 300px;
    max-width: 750px;
    margin: auto;
    -webkit-box-shadow: 0px 0px 60px -15px rgba(114, 192, 231, 0.35);
    -moz-box-shadow: 0px 0px 60px -15px rgba(114, 192, 231, 0.35);
    box-shadow: 0px 0px 60px -15px rgba(114, 192, 231, 0.35);
}

/*
input { border:none; padding:15px 17px; margin-bottom:15px; border-radius:10px; width:100%;  } */
#startbutton {
    border-radius: 10px;
    border: none;
    color: #fff;
    background-color: #6ebfe6;
    width: 100%;
    padding: 16px 20px 15px 20px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(102, 191, 232, 0.1);
    -moz-box-shadow: 0px 6px 15px 0px rgba(102, 191, 232, 0.1);
    box-shadow: 0px 6px 15px 0px rgba(102, 191, 232, 0.1);
}

.line {
    border-bottom: 1px solid #000;
    margin: 30px 0 10px 0;
    opacity: 0.05;
}

.login_logo-text {
    font-size: 25px;
    color: #1568aa;
    font-weight: 700;
    margin-bottom: 2px;
}

.head-text {
    font-size: 16px;
    color: #1568aa;
    font-weight: 700;
    margin-bottom: 5px;
}

.head-text-big {
    font-size: 20px;
    color: #1568aa;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.login_logo {
    height: 61px;
    font-size: 23px;
    margin-right: 10px;
    margin-top: 4px;
}

.infotext {
    color: #222;
    font-weight: 400;
    font-size: 14px;
}

.poweredby {
    position: absolute;
    margin-top: 45px;
}

.poweredby_login_logo-text {
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
    opacity: 0.6;
}

.poweredby_login_logo-text-link {
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
    opacity: 1.0;
    text-decoration: none;
}

.poweredby_login_logo-text-link:hover {
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
    opacity: 1.0;
    text-decoration: none;
}

.poweredby_login_logo {
    height: 30px;
    font-size: 23px;
    margin-top: 0px;
    margin: 0 5px 0 10px;
}

/** float container */
.float-container {
    border: solid 1px #ccc;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 4px 0;
    position: relative;
    width: 300px;
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
    border: none;
    /** active label */
}

.float-container input {
    border: none;
    font-size: 16px;
    outline: 0;
    padding: 20px 15px 0;
    width: 100%;
    border: none;
    border-radius: 10px;
    width: 100%;
    font-weight: 600;
    color: #1568aa;
}

.float-container label {
    font-size: 16px;
    position: absolute;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translate(0, 8px) scale(1);
    transform: translate(0, 8px) scale(1);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    padding-left: 15px;
    top: 6px;
    margin-bottom: 0;
}

.float-container.active label {
    -webkit-transform: translate(4px, 0px) scale(0.75);
    transform: translate(4px, 0px) scale(0.75);
    opacity: 0.7;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.contacttext {
    font-weight: 600;
    color: #1568aa;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact-icon {
    width: 80%;
}

.link {
    text-decoration: none;
    color: #6ebfe6;
}

.link:hover {
    text-decoration: none;
    color: #6ebfe6;
}

#meetingName {
    width: 330px;
}

input[type="text"],
input[type="email"],
input[type="phone"],
select,
textarea {
    width: 100%;
    padding: 10px;
    border-radius: 40px;
    border: 1px solid #ccc;
    font-family: 'Proxima Soft';
    font-size: 14px;
    font-weight: normal;
}

input {
    line-height: normal;
}

#meetingButton {
    width: 100px;
    margin-left: 10px;
    display: inline-block;
    font-family: 'Proxima Soft';
    font-size: 14px;
    font-weight: bold;
    padding: 9px 20px;
    text-decoration: none;
    border-radius: 40px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    background-color: #662482;
    border: 2px solid #662482;
    color: #fff;
}

.input-large {
    display: inline-block;
}

#privacyStatement {
    cursor: pointer;
    user-select: none; 
}

@media only screen and (max-height: 860px) {
    .item {
        min-width: 730px;
        max-width: 730px;
        margin-top: 30px;
    }

    .poweredby {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 830px) {
    .item {
        min-width: 730px;
        max-width: 730px;
        margin-top: 100px;
    }

    .poweredby {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 783px) {
    .item {
        min-width: 440px;
        max-width: 40px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 540px) {
    .item {
        min-width: 275px;
        max-width: 275px;
        margin-top: 30px;
    }

    .poweredby_login_logo-text-link {
        font-size: 16px;
    }

    .poweredby_login_logo-text {
        font-size: 16px;
    }

    .poweredby_login_logo-text-link:hover {
        font-size: 16px;
        color: #fff;
        margin-bottom: 2px;
        opacity: 1.0;
        text-decoration: none;
    }
}

@media only screen and (max-width: 375px) {
    .item {
        min-width: 275px;
        max-width: 275px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .item {
        min-width: 230px;
        max-width: 230px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 280px) {
    .item {
        min-width: 230px !important;
        max-width: 230px;
        margin-top: 0px;
        border-radius: 0px;
    }
}