﻿.formDiv {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 650px;
    margin: 0px auto 0px;
    padding: 50px;
    text-align: center;
    box-shadow: inset 0 0 20px 0px rgb(66 170 243 / 20%), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-Image: url('../../Images/background_image.png');
    background-Position: right bottom;
    background-Size: contain;
    background-Repeat: no-repeat;
}

.labelFont {
    color: #0072CE;
}

input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: solid 1px #0072CE;
    box-sizing: border-box;
    background: #f1f1f1;
    font-size:14px;
}


* {
    box-sizing: border-box
}

.buttonSubmit {
    padding: 16px 48px;
}


.buttonSubmit {
    background-color: #0072ce;
    border: 0;
    border-radius: 56px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
