input[type="submit"] {
    width: 100%;
    max-width: 180px;
    height: 40px;
    border: 1px solid;
    background: #1100ff;
    border-radius: 25px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
}

input[type="submit"]:hover {
    color: #fff;
    transition: .5s;
    font-size: 16px;
}

button[type="submit"] {
    width: 100%;
    max-width: 180px;
    height: 40px;
    border: 1px solid;
    background: #1100ff;
    border-radius: 25px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    outline: none;
}

button[type="submit"]:hover {
    transition: .5s;

}

.btn-input-standart {
    width: 100%;
    max-width: 180px;
    height: 40px;
    background: rgb(0, 42, 255);
    font-size: 18px;
    color: white;
    outline: none;
}

.btn-input-standart :hover {
    background: white;
    color: rgb(0, 42, 255);
}

.regresar {
    top: 90px;
    float: right;
    max-width: 40px;
    z-index: 2;
    position: fixed;
    right: 50px;
    display: block;
    background: white;
    color: rgb(81, 255, 0);
    transition: .5s;
    float: left;
}