body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

.open-button {
    background-image: url("../image/favicon.ico");
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    bottom: 1%;
    right: 1%;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    width: 5%;
    height: 5%;
    border-radius: 35px;
    text-align: center;
}

.open-button-row {
    position: fixed;
    bottom: 23px;
    right: 10px;
}


@-webkit-keyframes fadecolor {
    from {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#448AFF), to(seagreen))
    }
    40% {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#448AFF), to(seagreen));
        opacity: 0.25
    }
    50% {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#448AFF), to(seagreen));
        opacity: 0
    }
    60% {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#448AFF), to(seagreen));
        opacity: 0.25
    }
    to {
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#448AFF), to(seagreen))
    }
}*/

.form-popup {
    max-width: 500px;
    position: fixed;
    display: block;
    bottom: 0;
    right: 0;
    z-index: 9;
}

.form-container {
    max-width: 500px;
    padding: 10px;
    background-color: white;

}

/*.form-container input[type=number], .form-container input[type=password] {
    margin-left: 15px;
    width: 60%;
    padding: 15px;
    !*padding-left: 5px;*!
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}*/

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

.form-container .btn {
    background-color: seagreen;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
    font-size: 15px;
    font-weight: bold;
}

.form-container .cancel {
    background-color: #448AFF;
}

.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}

h4 {
    text-align: center;
    color: darkgray;
}


.g-recaptcha {
    padding-bottom: 10px;
}

#formFooter {
    max-width: 500px;
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: cornflowerblue;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after {
    width: 100%;
}

.handle{
    width: 450px;
    height: 40px;
    background: skyblue;
    text-align: right;
}



.open-button-row > div{
    float:right;
}
#logo{
    width:450px;
    height:385px;
}

#textCaption{
    width: 40px;
    height: 385px;
    background: #448AFF;
}