body {
    padding-top: 40px;
    font-size: 0.7rem;
}

img {
    width: 100%;
}

a:focus{
    text-decoration: none
}

input:focus,
textarea:focus {
    outline: none;
}

.text_1 {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.text_2 {
    color: #2B88F7;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.button_left {
    float: left;
    width: 60%;
    background-color: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #2B88F7;
    margin: 15px 0 0 0;
    padding: 4px 0;
    font-size: 0.8rem;
    text-align: center;
    height: 30px;
    border: 1px solid #2B88F7;
    border-radius: 32px 0 0 32px;
    border-right: 0;
}

.button_right {
    float: left;
    width: 40%;
    background-image: linear-gradient(54deg, #A345FF 0%, #249EF3 100%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 4px 0;
    font-size: 1rem;
    text-align: center;
    height: 30px;
}

.button_left img {
    width: 11%;
    margin-top: -3px;
    /* margin-left: -10px; */
}

.center {
    text-align: center;
}

.spin {
    transition: 0.5s all;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.clear{
    height: 8px;
    background-color: rgba(0, 0, 0, 0.05);
}