.inputPadding {
  padding-bottom: 2px;
}

.styledButton {
    width: 250px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #3366FF;
    margin-bottom: 10px;
}

.styledButton:hover {
    background-color: #000ACC;
    color: white;
}

.buttonDiv {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 5px;
}

.styledButton > a {
    justify-content: center;
    color: white;
    text-decoration: none;
}

.btnText {
    text-align: left;
    font-family: 'Roboto';
    font-size: 1em;
}

.fillWidth {
    display: flex;
    align-items: center;
}

#registerLink {
    text-align: center;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* The Ok Button */
.close {
    color: #808080;
    float: right;
    font-size: 1.33em;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    color: black;
}

/* Modal Body */
.modal-body {
    padding: 0 15px 15px;
    text-align: left;
    overflow: auto;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    top: 40%;
    max-width: 700px;
    border-radius: 3px;
}

.microsoftButton {
    background-color: #3366FF;
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    width: 250px;
    border-radius: 3px;
}

.microsoftButton:hover {
    background-color: #000ACC;
    color: white;
}

.microsoftButton img {
    padding-left: 12px;
}

.microsoftButton .btnText {
    padding: 12px 0px;
    font-size: 1.125em;
}
