body {


 /*   background: linear-gradient(14deg, #7bbcdf, #a2d5ed);
    color: #FFF;*/

}

body, html {
	height: 100%;
	min-height: 100%;
	 margin: 0;
	 padding: 0;
	 font-family: "Open sans", "Roboto", sans-serif;
}

.modal__subtitle {
    margin: 0 0 10px;
}
#place .error {
	color:#fb676a;
	margin-bottom: 32px;
}
#place .logo {
	text-align: center;
	font-weight: bold;
	color:#7CBCDF;
	font-size: 16px;
	margin-bottom: 55px;
}
#place .logo img {
	width: 30%;
	padding-bottom: 14px;
}
#place {
	width: 400px;

    padding: 0 20px;
	margin: auto;
	/*height: 426px;*/
	position: relative;
	top:30%;
	margin-top: -228px;
}
.modal__section {
    margin-bottom: 20px;
}

.input {
    display: block;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 43px;
    font-size: 12px;
    transition: all .2s ease-in;
    box-sizing: border-box;
}

.btn {
	    outline: none;
    display: inline-block;
    text-decoration: none !important;
    vertical-align: top;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    background: #78b5d6;
    color: #FFF;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 20px;
    transition: all .2s ease-in;
    cursor: pointer;
    border:none;
}

@media screen and (max-width: 1000px) {
    #place {
        width:90%;
    }
}