.transparent {
    background: #0000 !important;
}

.hover {
    transition: box-shadow ease .6s, background ease .6s;
    background: rgba(141, 141, 141, 0.714) !important;
}

.hover:hover {
    box-shadow: 0 0 15px 5px rgba(255, 251, 213, 0.714);
    background: rgba(255, 251, 213, 0.714) !important;
}

* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    outline: none;
}

.page-title-span {
    margin-left: 0px;
}

.mdl-layout-title {
    padding: 0;
    text-align: center;
    font-size: 20px;
}

.button-right-icon {
    margin-left: 0px;
}

/*Login Section */

#loginProgress {
    display: none;
}

#loginError {
    display: none;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

*:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('../assets/bg.png');
    font-size: 16px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#login-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    margin: 5% auto;
    width: 100%;
    height: 12cm;
    background-image: url('../assets/pcb4.png');
    border:1vw solid #626262;
    border-radius: 1vw;
    color: white;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.left {
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 40px;
    width: 300px;
    height: 100%;
}

.mid {
    display: flex;
    flex-direction: column;
    top: 0;
    padding: 40px;
    width: 300px;
    height: 100%;
}

h1 {
    margin: 0 0 20px 0;
    font-weight: 300;
    font-size: 28px;
}

input[type="text"],
input[type="password"] {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 4px;
    width: 220px;
    height: 32px;
    border: none;
    border-bottom: 1px solid #AAA;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
}

input[type="text"]:focus,
input[type="password"]:focus {
    border-bottom: 2px solid #64144c;
    color: #64144c;
    transition: 0.2s ease;
}

input[type="text2"],
input[type="password2"] {
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 4px;
    width: 220px;
    height: 32px;
    border: none;
    border-bottom: 1px solid #AAA;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    transition: 0.2s ease;
}

input[type="text2"]:focus,
input[type="password2"]:focus {
    border-bottom: 2px solid #64144c;
    color: #64144c;
    transition: 0.2s ease;
}

input[type="submit"] {
    margin-top: 28px;
    width: 120px;
    height: 32px;
    background: #64144c;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.1s ease;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    opacity: 0.8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: 0.1s ease;
}

input[type="submit"]:active {
    opacity: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: 0.1s ease;
}

.or {
    position: absolute;
    top: 50%;
    left: 48vw;
    width: 40px;
    height: 40px;

    background: rgba(141, 141, 141, 0.714);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 40px;
    text-align: center;
}

.or2 {
    display: none;
    position: absolute;
    top: 180px;
    left: 580px;
    width: 40px;
    height: 40px;
    background: #282a36;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 40px;
    text-align: center;
}

.right {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 40px;
    width: 300px;
    height: 400px;
    background: url('https://goo.gl/YbktSj');
    background-size: cover;
    background-position: center;
    border-radius: 0 2px 2px 0;
}

.right .loginwith {
    display: block;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
}

button.social-signin {
    margin-bottom: 20px;
    width: 220px;
    height: 36px;
    border: none;
    border-radius: 2px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: 0.2s ease;
    cursor: not-allowed;
}

button.social-signin:hover,
button.social-signin:focus {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    transition: 0.2s ease;
}

button.social-signin:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    transition: 0.2s ease;
}

button.social-signin.facebook {
    background: #32508E;
}

button.social-signin.twitter {
    background: #55ACEE;
}

button.social-signin.google {
    background: #DD4B39;
}