﻿.form-control {
    display: block;
    width: 100% !important;
    height: 50px;
    padding: 9px 47px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #2a2a2ab5;
    border: none;
    background-image: none;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    min-height: 36px;
    margin-bottom: 20px;
}
.Mobile_Box {
    background: #ffffff1a;
    padding: 15px;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(180deg, #ff5dff, #ff2788) 1;
}
.Mobile_Login {
    padding: 9px 30px;
    background: #fc2c66;
    color: #ffffff;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 2%;
}
.Mobile_Login:hover {
    padding: 9px 30px;
    background: #fc2c66;
    color: #ffffff;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 2%;
}