@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,500i,700');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700&display=swap');

/*font-family: 'Roboto', sans-serif;*/

body {
    margin: 0;
    padding: 0;
    background-color: #8465F2;
    overflow-x: hidden;
    background-image: linear-gradient(#AA66F6, #8465F2);
}

img {
    display: block;
    width: 66px;
    height: auto;
    margin: 10% calc(50% - 33px) 30px;
}

h2 {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #FED65E;
    display: block;
    margin: 0 40px;
    width: calc(100% - 80px);
    text-align: center;
}

p {
    font-size: 15px;
    font-weight: 600;
    font-family: sans-serif;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 40px 50px 0;
    text-align: center;
}

form {
    display: block;
    margin: 20px 0 0;
}

form > input {
    display: block;
    background: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.5);
    height: 50px;
    width: calc(100% - 80px);
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    /*color: #FED65E;*/
    color: black;
    margin: 0 40px;
}

::placeholder {
    color: black;
    opacity: 0.3;
}

button {
    display: block;
    background: none;
    border: none;
    height: 50px;
    width: 150;
    margin: 30px calc(50% - 75px);
    border-radius: 25px;
    background-color: #FED65E;
    color: #D88A00;
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
}

a {
    display: block;
    margin: 10% 25% 2%;
    background-color: #BF93F9;
    padding: 12px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 42px;
    text-decoration: none;
}

.reg-text-link {
    display: inline;
    margin: 0 8px;
    background: none;
    color: white;
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif;
}



@media screen and (min-width: 700px) {
    body {
        padding: 0 25%;
    }
    
    h2 {
        margin: 0 25%;
        width: auto;
    }
    
    p {
        margin: 5% 25% 0;
        text-align: center;
        line-height: 25px;
    }
    
    form > input {
        margin: 0 25%;
        width: 50%;
    }

}

/*@media screen and (max-width: 1112px) {
    h1 {
        font-size: 40px;
    }
    
}*/

.hiddenobject {
    display: none;
}