* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.banner{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/banner.jpg);
}
.main{
    text-align: center;
}
.logo_img{
    position: relative;
    max-width: 325px;
    padding-top: 50px;
}
h1{
    position: relative;
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    padding-top: 70px;
}
h3{
    position: relative;
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    padding-top: 80px;
}
.placeholder{
    position: relative;
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-right: 10px;
}
input{
    position: relative;
    border: 2px dotted #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    width: 50%;
    height: auto;
    background: transparent;
    color: #fff;
    font-size: 18px;
    margin-left: 18px;
}
input:focus-visible,textarea:focus-visible
{
    outline: unset !important;;
}
textarea{
    position: relative;
    border: 2px dotted #ffffff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    width: 50%;
    height: auto;
    background: transparent;
    color: #fff;
    font-size: 18px;
}
.align_{
    padding-top: 30px;
}
.button{
    position: relative;
    font-family: 'Myriad Pro';
    font-size: 20px;
    width: 200px;
    height: 50px;
    color: #CB3B3A;
    border: none;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 100px;
}
p{
    position: relative;
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    padding-top: 0px;
}
.StarsPatch{
    position: absolute;
    top: 7%;
    left: 25%;
    max-width: 140px;
}
.StarsPatch_1{
    position: absolute;
    max-width: 140px;
    bottom: 15%;
    right: 20%;
}
.line{
    position: absolute;
    bottom: 0%;
    left: 0%;
    max-width: 635px;
}
.line_1{
    position: absolute;
    top: 0%;
    right: 0%;
    max-width: 260px;
}
a{
    text-decoration: none;
}