body{
    margin:0;
    padding:0;
    /*border-color: red;*/
    /*border-style: solid;*/
    position: relative;
    /*min-height: 800vh;*/
    /*background-color: #628141;*/
}

main{
    min-width: 400px;
}

h1{
    margin:0;
    padding:0;    
}

.pas_op{
    color:#393D3F;
    padding-left:0.8vw;
    padding-top:0.8vw;
}

.card_container{
    display: flex;
    justify-content: center;
    min-height: 80vh;
    position: relative;
    /*background-image: linear-gradient( 135deg, #FF6200, #ffde00);*/
}

.inner_card_container{
    perspective: 1000px;
    position: relative;
}

.card{
    position: relative;
    width: 200px;
    height: 300px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.card01, .card02{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 80px;
    right: 0;
}

.article_1{
    display: flex;
    justify-content: center;
    min-height: 80vh;
    width: 100%;
    position: relative;
    /*background-image: linear-gradient( 135deg, #FF6200, #ffde00);*/
    background: linear-gradient(45deg, #847e8b 0%, #AAB2BD 20%, #FFFFFF 40%, #DDE0E6 60%, #AAB2BD 80%, #847e8b 100%);

}

.article_2{
    background-color: #393D3F;
    min-height: 10vh;
    color:white;
}

.talk_to_fox_logo_container{
    min-width: 18vw;
}

.talk_to_fox{
    display: flex;
    flex-wrap: wrap; 
    min-width: 64vw;    
    justify-content: center;
    min-height: 80vh;
    /* width: 100%; */
    position: relative;
}

.fox_menu{
    min-width: 18vw;
}

.talk_to_fox_logo{
    margin-left: 2vw;
    margin-top: 2vw;
    width: 180px;
    height: 40px;
    background-image: url('../Pics/talktofox.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fox_robot{
    /*margin-left: -10vw;*/
    margin-top: 4vh;
    width: 391px;
    height: 506px;
    background-image: url('../Pics/fox_4.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right:2vw;
    min-width: 200px;
    flex-shrink: 3;
}

.fox_robot_right{
    float:left;
    min-width: 200px;
}

.float_mid{
    padding: 2vw 2vw 2vw 2vw;
    margin-top:10vh;
    margin-bottom:10vh;
    border: 4px solid white;
    border-radius: 8px;
}

input[type=email], input[type=password] {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border: 4px solid #6495ED;
  border-radius: 8px;
  background-color: #eee;
}

.form_forgot{
 padding-top:1vw;
}

.form_div{
 padding-top:1vw;
}

.form_div_reg{
 color:#393D3F;
}

button{
	border-radius: 8px;
	border: 4px solid #6495ED;
	background-color: #a6c2f5;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}

.button:hover {
  background-color: #6495ED;
  color: white;
}

