.popup-form {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    border-radius: 10px;
}

.popup-form form {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 10px solid #fefefe;
    border-radius: 15px;
    width: 90%;
}

.popup-form h2 {
    text-align: center;
}

.popup-form .popup-form-inputs{
    display: block;
}

/*.get-started-reply{
    display: none;
}*/
/*.popup-form input[type=text], .popup-form input[type=email] {*/
    /*width: 100%;*/
    /*padding: 12px 20px;*/
    /*margin: 8px 0;*/
    /*display: inline-block;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 4px;*/
    /*box-sizing: border-box;*/
/*}*/

/*.popup-form button[type=submit], .popup-form button[type=button] {*/
    /*background-color: #4CAF50;*/
    /*color: white;*/
    /*padding: 12px 20px;*/
    /*border: none;*/
    /*border-radius: 4px;*/
    /*cursor: pointer;*/
    /*float: right;*/
/*}*/

/*.popup-form button[type=submit]:hover, .popup-form button[type=button]:hover {*/
    /*background-color: #45a049;*/
/*}*/

/*.popup-form button[type=submit]:focus, .popup-form button[type=button]:focus {*/
    /*outline: none;*/
/*}*/
