/*  Style Sheet for the Single Sign On For TNG Form */
/* Version: 1.0 */

input[type=text].settings-input, input[type=password].settings-input {
   	vertical-align: top;
	width: 350px;
}

#secretgeneratorbutton {
    background-color: indianred;
    padding: 3px;
    color: white;
    border-radius: 6px;
    font-size: 16px;
}

label[for=cimy_uef_1] {
    color: red !important;
}

div #newpasswordform #passwordresetform {
	text-align: center;
}

div #newpasswordform #entryboxes {
    margin: 12px 0;
    text-align: center;
}

div #newpasswordform #passwordresetsubmitbtn {
    margin: 12px 0;
}

div #newpasswordform #errorboxes {
	background-color: red;
	color:white;
	text-align: center;
	margin: 0 40px;
}

div #ssofortngsettings #showkey {
	background-color: lightgreen;
}

div #ssofortngsettings #copypassword {
	background-color: yellow;
}

div #ssofortngsettings #showkey, div #ssofortngsettings #copypassword {
	padding: 0 6px;
	margin-top: 6px;
}

.warningbox {
	color: red;
    border: 2px solid;
    padding: 4px;
    border-radius: 6px;
}