.logout-body{
	background: white
	 no-repeat center center fixed; 
	 -webkit-background-size: cover; 
	 -moz-background-size: cover; 
	 -o-background-size: cover; 
	 background-size: cover;
    background: url(https://op1static.oktacdn.com/fs/bco/7/fs0o67k4nddsgr5rb0h7)

	 
}

.logout-outer-container{
	width: 100%;
    height: 100%;
    background: url(https://op1static.oktacdn.com/fs/bco/7/fs0o67k4nddsgr5rb0h7)
}


.logout-inner-container{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.upper-title{
	font-weight: 500;
    font-size: 50px;
    color:white
}

.logout-form{
	width: 400px;
    height: 300px;
    background-color: white;
    border: 1px solid black;
    margin: auto;
}

.logoMainContainer{
	padding: 10px 0;
    margin: 10px 0 auto 70px;
    padding-left: 10%;
    
    width: 200px;
    height: 75px;
    align-content: center;
}

.inner-message{
	font-weight: 500;
  	font-size: 20px;
  	padding: 0 20px; 
  	color:black
}

.link-login{
	font-weight: 500;
    font-size: 20px; 
    padding: 0 20px; 
    color:black
}