*, body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    background-color: #1a8f9b;
}

html, body {
    height: 100%;
}

.form-body {
    background-color: #1a8f9b;
    height: 100%;
}

.form-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
}

.form-holder {
    margin-left: 0px;
    width: 100%;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 100%;
}

.form-content {
    background-color: #1a8f9b;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}

.form-content p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}

.form-content form {
    margin-bottom: 30px;
}


.form-content input{
    padding: 9px 20px;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 14px;
    height: inherit;
}

.form-content input:hover, .form-content input:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8D8D8D;
}

.form-content input {
    padding: 9px 20px;
    border: 0;
    background-color: #fff;
    color: #8D8D8D;
    border-radius: 6px;
}


.form-content .form-button {
    margin-top: 0.9rem;
    margin-bottom: 1.5rem;
}

.form-content .form-button .ibtn:last-child {
    margin-right: 0;
}

.form-content .form-button .ibtn {
    border-radius: 6px;
    border: 0;
    padding: 6px 28px;
    background-color: #ededed;
    color: #1a8f9b;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.logo{
    width:300px;
}