﻿.login-box {
    margin:0 10vw 0 10vw;
    width: 80vw;
    height: 100vh;
    text-align: center;
    justify-items:center;
}

img {
    width: 40vw;
    height: 30vh;
}


.policy-link {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: 5px;
    cursor: pointer;
}

.policy-box {
/*    margin: 5vh 10vw 0 10vw;*/
    width: 80vw;
    text-align: center;
    justify-items: center;
    overflow-y: auto;
}

.policy-text {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 2px;
    margin: 5px;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}