/*
Theme Name:Lander
Theme URI: https://sharebootstrap.com
Author: ShareBootstrap
Description: Free bootstrap comming soon template.Download now from sharebootstrap.com
Version: 1.0
License: MIT 
License URI:
Text Domain:
Tags: comming soon,subscribe
*/

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.form-wrap {
    max-width: 520px;
}

.main-form form {
    position: relative;
    height: 4rem;
    background: #fff;
    border-radius: 5px;
    outline: 2.5px solid #edf8fa;
    border-radius: 5px;
    max-width: 30rem;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 6px 0 0 #F1F6FF;
    box-shadow: 0 6px 0 0 #F1F6FF;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 30px 0 10px;
}

.header-input {
    padding: 0 1rem;
    width: 100%;
    height: 4rem;
    border-radius: 5px;
    outline: none !important;
    border: solid 0;
}

.header-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: #4655FD;
    color: #FFFFFF;
}

.header-btn:hover {
    color: #fff;
    -webkit-box-shadow: 1px 1px 6px 3px rgba(70, 85, 253, 0.62);
    box-shadow: 1px 1px 6px 3px rgba(70, 85, 253, 0.62);
}