html {
    box-sizing: border-box;
}
body.-using-ie .-if-using-ie {
    display: block !important;
}

body.-using-ie {
    background-color:#f1f5f8;
    height:100vh;
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

body.-using-ie .max-w-lg {
    max-width: 50rem;
    margin: 0 auto;
}
body.-using-ie .bg-white {
    background: #fff;
}

body.-using-ie .p-8 {
    padding: 2rem;
}

body.-using-ie .leading-loose {
    line-height: 2;
}
body.-using-ie .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
body.-using-ie .py-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

body.-using-ie .mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

body.-using-ie .mt-8 {
    margin-top: 2rem;
}

body.-using-ie .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

body.-using-ie .font-bold {
    font-weight: 700;
}

body.-using-ie .text-center {
    text-align: center;
}

body.-using-ie .w-48 {
    width: 192px;
    width: 12rem;
}

body.-using-ie .tracking-wide {
    letter-spacing: 0.05em;
}

body.-using-ie .border-b-2 {
    border-bottom-width: 2px;
}
body.-using-ie .rounded {
    border-radius: .25rem;
}
body.-using-ie .border-blue {
    border-color: #3490dc;
}
body.-using-ie .border-red, 
body.-using-ie .border-red-dark {
    border-color: #e64149;
}
body.-using-ie a {
    text-decoration: none;
}

body.-using-ie .shadow-lg {
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.11), 0px 5px 15px 0px rgba(0,0,0,0.08);
}
body.-using-ie .shadow-md {
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12), 0px 2px 4px 0px rgba(0,0,0,0.08);
}

body.-using-ie .items-center {
    align-items: center;
}
body.-using-ie .inline-flex {
    display: inline-flex;
}