body{
    background: #00aeef;
    background-position: 100% auto;
    background-size: 100%;
    background-color: rgb(0, 174, 239);
}
#admin_wrapper {
    border: none;
}
.alpha60 {
    background-color: #fbfbfb;
    box-shadow: 1px 1px 20px #F3F3F3;
}
#logo {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/744/CVM-CAHC-RS-1800x250.png) no-repeat top left;
    background-size: 600px;
    width: 600px;
    height: 110px;
}
form .button {
    background-color: ##00aeef;
    font-family: inherit;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 0px;
    box-shadow: 0px 0px #e6e6e6;
}
form .button:hover {
    background-color: ##00aeef;
}
form label {
    font-colour: ##00aeef;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: ##00aeef;
    text-transform: uppercase;
    margin-left: 140px;
}
body{
    background: #00aeef;
    background-position: 100% auto;
    background-size: 100%;
    background-color: rgb(0, 174, 239);
}
#admin_wrapper {
    border: none;
}
.alpha60 {
    background-color: #fbfbfb;
    box-shadow: 1px 1px 20px #F3F3F3;
}
#logo {
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/744/CVM-Login-Header-1800x250-Positve.png) no-repeat top left;
    background-size: 600px;
    width: 600px;
    height: 110px;
}
form .button {
    background-color: ##00aeef;
    font-family: inherit;
    border-radius: 3px;
    padding: 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 220px;
    box-shadow: 0px 0px #e6e6e6;
}
form .button:hover {
    background-color: ##00aeef;
}
form label {
    font-colour: ##00aeef;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    margin-top: 10px;
    color: ##00aeef;
    text-transform: uppercase;
    margin-left: 220px;
}
form .input {
    border: 1px solid #CCC;
    padding: 7px;
    background-color: #F3F3F3;
    width: 250px;
    margin: 0;
    color: #666;
    margin-left: 140px;
}
.forgot_password p a {
font-colour: #00aeef;
    font-size: 13px;
text-transform: uppercase;
    margin-left: 160px;
}

@media screen and (max-device-width: 600px) {
   body {
    background: #00aeef;
    overflow: hidden;
    height: 100dvh;
    min-height: 100dvh;
    width: 100%;
  }
  
   #admin_wrapper {
    height: 100dvh;
    border: none;
    width: 100%;
    box-shadow: none;
    background: #00aeef;
    padding: 0px;
    min-height: 100dvh;
    margin: 0px;
    position: relative;
    top: -2%;
   }
   
   #logo {
       background-image: url("https://cvm-parent-portal.s3.ap-southeast-2.amazonaws.com/src/media/forgot_pwd_image_v2.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	background-size: 100%;
        height: 42dvh;
   }
   
   #admin_wrapper h2 {
	display: none;
   }
   #retrieve-password-form {
    background-color: #00aeef;
    margin: 2rem 0px;
  }
   
   #retrieve-password-form p label {
    font-size: 2.2rem;
    text-align: left;
    margin-left: 4rem;
    color: white;
    text-transform: capitalize;
    text-shadow: none;
    font-family: Helvetica;
   }

   #retrieve-password-form p label::after {
	content: ' *'
   }

   #retrieve-password-form p #email {
    display: block;
    width: 85%;
    padding: 28px;
    margin: 0px auto;
    font-size: 32px;
    font-weight: bold;
    background: white;
    border-radius: 3rem;
   }
   
   #retrieve-password-form p #button {
    display: block;
    width: 90%;
    margin: 0px auto;
    padding: 36px 0px;
    margin-top: 2rem;
    font-size: 1.8rem;
    border-radius: 3rem;
    background: #f03e6b;
    border: unset;
   }
   
   #retrieve-password-form p:last-child {
	margin-top: 1rem;
   }

    #admin_wrapper div.fail.large.png_bg, #admin_wrapper div.success.large.png_bg {
		line-height: 4rem;
		font-size: 2rem;
		text-align: center;
		padding: 3rem 0rem;
		height: 8rem;
   }
   
   #admin_wrapper div.fail.large.png_bg {
		line-height: 2rem;
		height: 2rem;
   }

   form#retrieve-password-form p:last-child::after {
        content: '';
    display: block;
    margin: 10rem 0rem;
    background-image: url(https://cvm-parent-portal.s3.ap-southeast-2.amazonaws.com/src/media/forgot_pwd_image_note.png);
    background-size: cover;
    width: 100%;
    height: 16dvh;   

   }
}