body {
    background: #dee7f0;
font-family: "Open Sans", sans-serif;
}

.form {	
display: flex;
flex-direction: column;
justify-content: space-evenly;
row-gap:10 px;

    border-radius: 25px;
    margin: 50px auto;
    
    width: 300px;
    min-length: 400px;
    padding: 30px 25px;
    background: white;
}

.beta_logo{
	display: block;
margin-bottom: 50px;
width:210px;
  margin-left: auto;
  margin-right: auto;
}

.form-text {
display: block;
	margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

h1.login-title {
    color: #666;
    margin: 0px auto 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.login__field {
	position: relative;
}

.login__icon {
	position: absolute;
	top: 8px;
	color: #7875B5;
}

 .icon {
            padding: 10px;
            min-width: 40px;
        }

.login-input {
	padding:10px;
margin-bottom: 5px;	
}
.login__input {
	width: 75%;
    padding-left: 54px;
	font-size: 15px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 10px;
    height: 25px;
}
.pass-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(30% - 23px);
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
	border-radius: 25px;
    color: #fff;
    background: #55a1ff;
    border: 0;
    outline: 0;
    width: 100%;
    height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.radio-device-disabled {    
    color: red;
    pointer-events:none;
    opacity:0.5;
  }

.radio-device {
    width: 10%;    
}
.radio-device-label {
    width: 90%;    
    padding:2px 10px;
}
.execute-button{
    margin-top: 25px;
    margin-left: 30%;
    transform: translateX(50%);
    text-align: center;
}

.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #666;
}
h3,h5 {
    font-weight: normal;
    text-align: center;
}
