* {
    font-family: 'lato';
}
.absolute { position: absolute; }
.fixed { position: fixed; }
.parent {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.child {
    width: 90%;
    height: 50%;
    top: 15%;
    left: 5%;
    color: #fff;
}
.child a{
    color: #fff;
}
.child a:hover {
    color: #8698ac;
}
.child b{
    font-weight: normal;
    font-style: italic;
    font-size: 33px;
}
.child .my-form p {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}
.child .my-form input {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.child .my-form input:hover {
    border: 1px solid #8698ac;
}
.child .my-form input:focus {
    border: 1px solid #8698ac;
}
.child .my-form input::placeholder {
    color: #fff;
}
.child h1{
    font-weight: bold;
    font-style: normal;
    font-size: 42px;
}
.mybtn {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    border: 1px solid #fff !important;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
}

.mybtn:hover {
    background:#66585e !important;
    color: #fff !important;
    box-shadow: none;
    border-radius: 10px;
}
