﻿.card {
    width: 450px;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    border: none;
    height: 450px;
    position: relative;
    margin: 10px;
}

.container {
    height: 100vh
}


.form-control {
    margin-right: 12px
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff8880;
    outline: 0;
    box-shadow: none
}

.field-text {
    color: #4d4d4d;
    font-size: 15px;
    text-align:center;
}

body {
    background:none !important;
    background-color: #eee!important;
}