@import url(//fonts.googleapis.com/css?family=Roboto);
@import url(//fonts.googleapis.com/css?family=Material+Icons);
body {
    max-width: 1010px;
    margin: 0 auto;
}

* {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.login-container {
    margin-top: 50px;
}

.user_card {
    height: 400px;
    width: 400px;
    margin-top: 100px;
    margin-bottom: auto;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    /* box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
    -webkit-box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030;
    -moz-box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 #00000030; */
    border-radius: 5px;
    border: rgb(218, 220, 224) solid 1px
}

.logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    /* background: #c5d2e0; */
    /* border: 2px solid red; */
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border-top: 1px solid rgb(218, 220, 224);
    border-left: 1px solid rgb(218, 220, 224);
    border-right: 1px solid rgb(218, 220, 224);
}

.form_body {
    text-align: center;
    font-family: "Times New Roman", Times, "Segoe UI", Tahoma, Verdana, serif, sans-serif;
}

.title_header {
    padding: 5px;
    color: #0466e6c7;
    padding: 0.5em 0.7em;
    font-weight: 400;
    font-size: 16;
}

.text_body {
    padding: 4px;
    padding-bottom: 15px;
    font-size: 12;
    color: #202124;
    /* font-style: italic; */
    line-height: 1.5;
}