﻿body {
    width: 100vw;
}
div.header {
    width: inherit;
    background-color: #98002E;
    z-index: 1;
    padding: 10px;
    position: fixed;
}
.redoBtn {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    font-weight: 600;
    color: #efefef;
    cursor: pointer;
}
img.logo {
    width: 20%;
    margin-left: 40%;
}
div.card {
    border-color: #98002E;
    border-width: 2px;
    margin-top: 12%;
}
.submitBtn {
    background-color: #98002E;
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    font-weight: 600;
    color: #efefef;
    cursor: pointer;
}
a.textColor {
    color: #98002E;
}
div.cardParent {
    padding-top:5%;
}
dix.extLogins {
    display: flex;
    justify-content: center;
}
div.phoneNumberInputs {
    display: flex;
    justify-content: center
}
button.anchorTag {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    text-decoration: underline;
    cursor: pointer;
}